Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nl_types(5int) [ultrix man page]

nl_types(5int)															    nl_types(5int)

Name
       nl_types - language support database data types

Syntax
       #include <nl_types.h>

Description
       Two international data types, nl_catd and nl_item, are available for you to use in language support databases.  These datatypes are defined
       in the file.

       The nl_catd datatype is used by the message catalog functions, and Variables of this datatype store message catalog descriptors.

       The call uses the nl_item data type.  Variables of this datatype store data that gives information about the current locale  setting.   For
       example, a data item might specify how to format the dates and times for the current locale.  The data is stored in the file.

See Also
       intro(3int), catgetmsg(3int), catgets(3int), catopen(3int), nl_langinfo(3int)
       Guide to Developing International Software

																    nl_types(5int)

Check Out this Related Man Page

nl_types.h(3HEAD)                                                     Headers                                                    nl_types.h(3HEAD)

NAME
nl_types.h, nl_types - native language data types SYNOPSIS
#include <nl_types.h> DESCRIPTION
This header contains the following definitions: nl_catd Used by the message catalog functions catopen, catgets and catclose to identify a catalog. 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 catalog. NL_TEXTMAX Maximum size of a message. SEE ALSO
gencat(1), catgets(3C), catopen(3C), nl_langinfo(3C), langinfo.h(3HEAD) SunOS 5.10 3 Jul 1990 nl_types.h(3HEAD)
Man Page