gd_error (3)
NAME
gd_error --- report a GetData library errorSYNOPSIS
#include <getdata.h>- int gd_error(const DIRFILE *dirfile);
DESCRIPTION
The dirfile argument should point to a DIRFILE object previously created by a call to gd_open(3).
A textual description of the error may be obtained by calling gd_error_string(3).
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)