get_entry_type (3) Linux Manual Page
NAME get_entry_type — retrieve the type of a dirfile field SYNOPSIS #include <getdata.h> gd_entype_t get_entry_type(const DIRFILE *dirfile, const char *field_code); DESCRIPTION The get_entry_type() function queries a dirfile(5) database specified by dirfile and returns the field type of the field specified by field_code. If field_code contains a valid representation suffix, it will be ignored. The gd_entype_t…
