NLTYPES(F) UNIX System V
Name
nl_types - data types for native language support
Syntax
#include <nltypes.h>
Description
This is a header file that provides type definitions used in
the native language support interface. The types are:
nlitem
A type defintion for an item of language data as used by
nl_langinfo(S). The values for nlitem are defined in the
file <langinfo.h>.
nlcatd
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 8/23/89) NLTYPES(F)