1EPRIN(3NCARG) NCAR GRAPHICS EPRIN(3NCARG)
2
3
4
6 EPRIN - Prints the current error message.
7
9 CALL EPRIN
10
12 #include <ncarg/ncargC.h>
13
14 void c_eprin()
15
17 If SETER's internal error flag is non-zero, the FORTRAN statement "CALL
18 EPRIN" prints the remembered error message associated with the non-zero
19 value. Otherwise, EPRIN does nothing.
20
21 EPRIN has no arguments.
22
24 The C-binding argument descriptions are the same as the FORTRAN
25 argument descriptions.
26
28 Use the ncargex command to see the following relevant examples: tseter,
29 arex02.
30
32 To use EPRIN or c_eprin, load the NCAR Graphics libraries ncarg,
33 ncarg_gks, and ncarg_c, preferably in that order.
34
36 Online: entsr, errof, error_handling, fdum, icfell, icloem, nerro,
37 retsr, semess, seter, ncarg_cbind
38
40 Copyright (C) 1987-2007
41 University Corporation for Atmospheric Research
42
43 This documentation is free software; you can redistribute it and/or
44 modify it under the terms of the GNU General Public License as
45 published by the Free Software Foundation; either version 2 of the
46 License, or (at your option) any later version.
47
48 This software is distributed in the hope that it will be useful, but
49 WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
51 General Public License for more details.
52
53 You should have received a copy of the GNU General Public License along
54 with this software; if not, write to the Free Software Foundation,
55 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
56
57
58
59UNIX March 1994 EPRIN(3NCARG)