Opens a message catalog and returns a catalog descriptor.
#include <nl_types.h>
nl_catd catopen (
const char *name,
int oflag);
(IN) Not currently used on NetWare. Set it to NULL.
(IN) Not currently used on NetWare. Set it to 0.
If successful, returns a catalog descriptor. Otherwise, returns -1 and sets errno to the following:
On NetWare, the catopen function does not allow you to specify which catalog to open. It is implemented on top of NetWare OS calls, and from the calling thread, it determines the calling NLM and opens its default catalog.