genders_handle_create(3) v7 man page | unix.com

Man Page: genders_handle_create

Operating Environment: v7

Section: 3

GENDERS_HANDLE_CREATE(3)					    LIBGENDERS						  GENDERS_HANDLE_CREATE(3)

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) LLNL
August 2003 GENDERS_HANDLE_CREATE(3)
Related Man Pages
genders_handle_destroy(3) - minix
genders_load_data(3) - minix
genders_load_data(3) - centos
genders_handle_destroy(3) - redhat
genders_handle_destroy(3) - posix
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
Need to add prefix using sed or awk from cat the file
Need help to compile and create python64 bit (2.7.9) on Solaris10
Required libs to compile libXft
Bash - here document on RHEL 6.8 and 6.9 servers aren't working