nl_types(5)
NAME
nl_types − native language data types
SYNOPSIS
#include <nl_types.h>
DESCRIPTION
This header file contains the following definitions:
nl_catd used by the message catalog functions catopen, catgets and catclose to identify a catalogue
nl_item used by nl_langinfo to identify items of langinfo data. Values for objects of type nl_item are defined in langinfo.h.
NL_SETD used by gencat when no $set directive is specified in a message text source file. This constant can be used in subsequent calls to catgets as the value of the set identifier parameter.
NL_MGSMAX
maximum number of messages per set.
NL_SETMAX
maximum number of sets per catalogue.
NL_TEXTMAX
maximum size of a message.
DEF_NLSPATH
the default search path for locating catalogues.
SEE ALSO
catgets(3C), catopen(3C), nl_langinfo(3C), langinfo(5).
gencat(1M) in the CX/UX Administrator’s Reference Manual.
CX/UX Programmer’s Reference Manual