nl_types(5int)
NAME
nl_types - language support database data types
SYNTAX
#include <nl_types.h>
DESCRIPTION
The following Language Support Database data types are defined in the <nl_types.h> header file which contains definitions of at least the following types:
nl_catd used by the message catalog functions catopen, catgetmsg, catgets and catclose to identify a catalog descriptor.
nl_item used by nl_langinfo to identify items of langinfo data.
Values of nl_item are defined in <langinfo.h>.
SEE ALSO
catgetmsg(3int), catgets(3int), catopen(3int), nl_langinfo(3int)