BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Reference   |   Topic List   |   Previous   |   Next   |   Contents

   BEA Tuxedo File Formats and Data Descriptions Reference

nl_types(5)

Name

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(), 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

gencat(1), catgets(3c), catopen, catclose(3c), nl_langinfo(3c), langinfo(5)