PURPOSE
nl_types - native language data types
SYNOPSIS
#include <nl_types.h>
DESCRIPTION
The nl_types.h header file contains the following
definitions:
- nl_catd --
- used by the message catalog functions catopen(3c),
catclose(3)
to identify a catalogue
- nl_item --
- used by nl_langinfo(3c)
to identify items of langinfo(5) data. Values for objects
of type nl_item are defined in langinfo.h.
- NL_SETD --
- used by gencat(1)
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
gencat(1),
catgets(3c),
catopen(3c),
nl_langinfo(3c),
langinfo(5)