get_error (3) - Linux Manuals
get_error: report a getdata library error
NAME
get_error --- report a getdata library errorSYNOPSIS
#include <getdata.h>- int get_error(const DIRFILE *dirfile);
DESCRIPTION
The dirfile argument should point to a DIRFILE object previously created by a call to dirfile_open(3).
A textual description of the error may be obtained by calling get_error_string(3).