CATCLOSE(3) Library Functions Manual CATCLOSE(3)
NAME
catclose — close a
message catalogue descriptor
SYNOPSIS
#include <nl_types.h> int catclose(nl_catd catd);
DESCRIPTION
The catclose() function closes the message catalogue identified by catd . If a file descriptor is used to implement the type nl_catd , that file descriptor will be closed.
RETURN VALUE
Upon successful completion, catclose() returns 0. Otherwise -1 is returned, and errno is set to indicate the error.
ERRORS
The catclose() function may fail if:
EXAMPLES
None.
APPLICATION USAGE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
catgets(3) , catopen(3) , <nl_types.h> .
February 1997 posix.fail