table of contents
other versions
- wheezy 0.7.3-6
- jessie 0.7.3-6+b2
- testing 0.9.4-1
- unstable 0.9.4-1
- experimental 0.10.0-1
| gd_error(3) | GETDATA | gd_error(3) |
NAME¶
gd_error — report a GetData library errorSYNOPSIS¶
#include <getdata.h>int
gd_error(const DIRFILE *dirfile);
DESCRIPTION¶
The gd_error() function returns the numeric dirfile error associated with the dirfile dirfile which is set by many GetData library functions.RETURN VALUE¶
The gd_error() function always returns the dirfile error corresponding to the error state of the last library call on the supplied DIRFILE object.SEE ALSO¶
gd_open(3), gd_error_string(3)| 25 May 2010 | Version 0.7.0 |