CATCLOSE(3C) Domain/OS SysV CATCLOSE(3C)
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(3C), catgets(3C),