NL_TYPES(F) UNIX System V
Name
nl_types - data types for native language support
Syntax
#include <nl_types.h>
Description
This is a header file that provides type definitions used in
the native language support interface. The types are:
nl_item
A type defintion for an item of language data as used by
nl_langinfo(S). The values for nl_item are defined in the
file <langinfo.h>.
nl_catd
A message catalogue descriptor. (Message catalogues are not
currently supported.)
See Also
langinfo(F), nl_langinfo(S)
Value Added
nl_types is an extension of AT&T System V provided by the
Santa Cruz Operation.
(printed 2/15/90) NL_TYPES(F)