logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

genders_handle_create - create a genders handle

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.

Files

       /usr/include/genders.h

Name

       genders_handle_create - create a genders handle

Return Values

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

See Also

genders_handle_destroy(3), genders_load_data(3)

LLNL                                               August 2003                          GENDERS_HANDLE_CREATE(3)

Synopsis

#include<genders.h>genders_tgenders_handle_create(void);

See Also