CATCLOSE(3) Library Functions Manual CATCLOSE(3)
NAME
catclose — close a
message catalog descriptor
SYNOPSIS
[XSI]
#include <nl_types.h>
int catclose(nl_catd catd);
DESCRIPTION
The catclose () function shall close the
message catalog identified by
catd. If a
file descriptor is used to implement the type
nl_catd,
that file descriptor shall be closed.
RETURN VALUE
Upon successful completion, catclose ()
shall return 0; otherwise, -1 shall be returned, and
errno
set to indicate the error.
ERRORS
The catclose () function may fail if:
EXAMPLES
None.
APPLICATION USAGE
None.
RATIONALE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
catgets(3) , catopen(3) , the Base Definitions volume of IEEE Std 1003.1-2001 (“POSIX.1”), <nl_types.h>
CHANGE HISTORY
First released in Issue 2.
End of informative text. footer end
December 6, 2001 posix.fail