2012-02-26 04:18:39 +00:00
|
|
|
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
|
1999-08-24 17:55:34 +00:00
|
|
|
constant CODESET
|
|
|
|
constant D_T_FMT
|
|
|
|
constant D_FMT
|
|
|
|
constant T_FMT
|
|
|
|
constant T_FMT_AMPM
|
|
|
|
constant AM_STR
|
|
|
|
constant PM_STR
|
|
|
|
constant DAY_1
|
|
|
|
constant DAY_2
|
|
|
|
constant DAY_3
|
|
|
|
constant DAY_4
|
|
|
|
constant DAY_5
|
|
|
|
constant DAY_6
|
|
|
|
constant DAY_7
|
|
|
|
constant ABDAY_1
|
|
|
|
constant ABDAY_2
|
|
|
|
constant ABDAY_3
|
|
|
|
constant ABDAY_4
|
|
|
|
constant ABDAY_5
|
|
|
|
constant ABDAY_6
|
|
|
|
constant ABDAY_7
|
|
|
|
constant MON_1
|
|
|
|
constant MON_2
|
|
|
|
constant MON_3
|
|
|
|
constant MON_4
|
|
|
|
constant MON_5
|
|
|
|
constant MON_6
|
|
|
|
constant MON_7
|
|
|
|
constant MON_8
|
|
|
|
constant MON_9
|
|
|
|
constant MON_10
|
|
|
|
constant MON_11
|
|
|
|
constant MON_12
|
|
|
|
constant ABMON_1
|
|
|
|
constant ABMON_2
|
|
|
|
constant ABMON_3
|
|
|
|
constant ABMON_4
|
|
|
|
constant ABMON_5
|
|
|
|
constant ABMON_6
|
|
|
|
constant ABMON_7
|
|
|
|
constant ABMON_8
|
|
|
|
constant ABMON_9
|
|
|
|
constant ABMON_10
|
|
|
|
constant ABMON_11
|
|
|
|
constant ABMON_12
|
|
|
|
constant ERA
|
|
|
|
constant ERA_D_FMT
|
|
|
|
constant ERA_D_T_FMT
|
|
|
|
constant ERA_T_FMT
|
|
|
|
constant ALT_DIGITS
|
|
|
|
constant RADIXCHAR
|
|
|
|
constant THOUSEP
|
|
|
|
constant YESEXPR
|
|
|
|
constant NOEXPR
|
|
|
|
constant CRNCYSTR
|
|
|
|
|
2017-04-27 20:29:35 +00:00
|
|
|
# if defined XPG4 || defined XPG42 || defined UNIX98
|
2016-04-28 17:19:53 +00:00
|
|
|
constant YESSTR
|
|
|
|
constant NOSTR
|
|
|
|
# endif
|
|
|
|
|
2010-01-09 18:56:41 +00:00
|
|
|
type nl_item
|
|
|
|
# if defined XOPEN2K8 || defined POSIX2008
|
|
|
|
type locale_t
|
|
|
|
# endif
|
|
|
|
|
1999-08-24 17:55:34 +00:00
|
|
|
function {char*} nl_langinfo (nl_item)
|
2010-01-09 18:56:41 +00:00
|
|
|
# if defined XOPEN2K8 || defined POSIX2008
|
|
|
|
function {char*} nl_langinfo_l (nl_item, locale_t)
|
|
|
|
# endif
|
1999-08-24 17:55:34 +00:00
|
|
|
|
|
|
|
allow-header nl_types.h
|
1999-08-24 20:40:44 +00:00
|
|
|
|
|
|
|
allow *_t
|
1999-08-24 17:55:34 +00:00
|
|
|
#endif
|