Query: genders_handle_destroy
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENDERS_HANDLE_DESTROY(3) LIBGENDERS GENDERS_HANDLE_DESTROY(3)NAMEgenders_handle_destroy - destroys a genders handleSYNOPSIS#include <genders.h> int genders_handle_destroy(genders_t handle);DESCRIPTIONgenders_handle_destroy() destroys the genders handle pointed to by handle and frees all allocated memory associated with it.RETURN VALUESOn success, 0 is returned. On error, -1 is returned, and an error code is returned in handle. The error code can be retrieved via gen- ders_errnum(3) , and a description of the error code can be retrieved via genders_strerror(3). Error codes are defined in genders.h.ERRORSGENDERS_ERR_NULLHANDLE The handle parameter is NULL. The genders handle must be created with genders_handle_create(3). GENDERS_ERR_MAGIC handle has an incorrect magic number. handle does not point to a genders handle or handle has already been destroyed.FILES/usr/include/genders.hSEE ALSOlibgenders(3), genders_handle_create(3), genders_load_data(3), genders_errnum(3), genders_strerror(3)LLNLAugust 2003 GENDERS_HANDLE_DESTROY(3)
Related Man Pages |
---|
genders_handle_destroy(3) - debian |
genders_handle_destroy(3) - centos |
genders_handle_destroy(3) - bsd |
genders_handle_destroy(3) - osx |
genders_handle_destroy(3) - v7 |
Similar Topics in the Unix Linux Community |
---|
~R in between string, how to handle in AWK |