Closes a message catalog.
#include <nl_types.h>
int catclose (
nl_catd catd);
(IN) Specifies the catalog to close.
If successful, returns a catalog descriptor. Otherwise, returns -1 and sets errno to the following:
The catclose function closes the message catalog and frees any resources it was using.