CATCLOSE(3) Domain/OS BSD CATCLOSE(3)
NAME
catclose - Closes a specified message catalog
SYNOPSIS
#include <nl_types.h>
int catclose (cat_descriptor)
nl_catd cat_descriptor;
DESCRIPTION
The catclose function closes a message catalog specified by the
cat_descriptor argument. If a file descriptor is used to implement the
type nl_catd, that file descriptor will be closed.
DIAGNOSTICS
Upon completion, 0 (zero) is returned.
SEE ALSO
catopen(3), catgets(3),