1GENDERS_HANDLE_CREATE(3)          LIBGENDERS          GENDERS_HANDLE_CREATE(3)
2
3
4

NAME

6       genders_handle_create - create a genders handle
7

SYNOPSIS

9       #include <genders.h>
10
11       genders_t genders_handle_create(void);
12

DESCRIPTION

14       genders_handle_create()  creates a genders handle for use with the gen‐
15       ders C API.  A genders handle is of type genders_t, which is defined in
16       genders.h.   The genders handle must be passed to most of the genders C
17       API functions.
18

RETURN VALUES

20       On success, a genders handle (datatype genders_t) will be returned.  On
21       error, NULL is returned.
22

FILES

24       /usr/include/genders.h
25

SEE ALSO

27       genders_handle_destroy(3), genders_load_data(3)
28
29
30
31LLNL                              August 2003         GENDERS_HANDLE_CREATE(3)
Impressum