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-2009
41 University Corporation for Atmospheric Research
42 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX March 1994 EPRIN(3NCARG)