nl_types.5int

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5INT 代码 · 共 32 行

5INT
32
字号
.TH nl_types 5int.SH Namenl_types - language support database data types.SH Syntax.B #include <nl_types.h>.SH Description.NXR "nl_types files"Two international data types, nl_catd and nl_item, are available for you to use in languagesupport databases.  These datatypes are defined in the.PN <nl_types.h>file..PPThe nl_catd datatype is used by the message catalog functions, .PN catopen ,.PN catgets ,and.PN catclose .Variables of this datatype store message catalog descriptors..PPThe.PN nl_langinfocall uses the nl_item data type.  Variables of this datatype storedata that gives information about the current locale setting.  Forexample, a data item might specify how to format the dates and timesfor the current locale.  The data is stored in the.PN <langinfo.h>file..SH See Alsointro(3int), catgetmsg(3int), catgets(3int), catopen(3int), nl_langinfo(3int).br.I "Guide to Developing International Software"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?