1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
2constant CODESET
3constant D_T_FMT
4constant D_FMT
5constant T_FMT
6constant T_FMT_AMPM
7constant AM_STR
8constant PM_STR
9constant DAY_1
10constant DAY_2
11constant DAY_3
12constant DAY_4
13constant DAY_5
14constant DAY_6
15constant DAY_7
16constant ABDAY_1
17constant ABDAY_2
18constant ABDAY_3
19constant ABDAY_4
20constant ABDAY_5
21constant ABDAY_6
22constant ABDAY_7
23constant MON_1
24constant MON_2
25constant MON_3
26constant MON_4
27constant MON_5
28constant MON_6
29constant MON_7
30constant MON_8
31constant MON_9
32constant MON_10
33constant MON_11
34constant MON_12
35constant ABMON_1
36constant ABMON_2
37constant ABMON_3
38constant ABMON_4
39constant ABMON_5
40constant ABMON_6
41constant ABMON_7
42constant ABMON_8
43constant ABMON_9
44constant ABMON_10
45constant ABMON_11
46constant ABMON_12
47constant ERA
48constant ERA_D_FMT
49constant ERA_D_T_FMT
50constant ERA_T_FMT
51constant ALT_DIGITS
52constant RADIXCHAR
53constant THOUSEP
54constant YESEXPR
55constant NOEXPR
56constant CRNCYSTR
57
58# if defined XPG4 || defined XPG42 || defined UNIX98
59constant YESSTR
60constant NOSTR
61# endif
62
63type nl_item
64# if defined XOPEN2K8 || defined POSIX2008
65type locale_t
66# endif
67
68function {char*} nl_langinfo (nl_item)
69# if defined XOPEN2K8 || defined POSIX2008
70function {char*} nl_langinfo_l (nl_item, locale_t)
71# endif
72
73allow-header nl_types.h
74
75allow *_t
76#endif
77