genders_handle_create(3) - Linux man page
Name
genders_handle_create - create a genders handle
Synopsis
#include <genders.h>
genders_t genders_handle_create(void);
Description
genders_handle_create() creates a genders handle for use with the genders C API. A genders handle is of type genders_t, which is defined in genders.h. The genders handle must be passed to most of the genders C API functions.
Return Values
On success, a genders handle (datatype genders_t) will be returned. On error, NULL is returned.
Files
/usr/include/genders.h
See Also
genders_handle_destroy(3), genders_load_data(3)