summaryrefslogtreecommitdiff
path: root/conform/data/langinfo.h-data
blob: 6bbb3872a05f4113dc76c683fe6ede3bc945f481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
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

# if defined XPG4 || defined XPG42 || defined UNIX98
constant YESSTR
constant NOSTR
# endif

type nl_item
# if defined XOPEN2K8 || defined POSIX2008
type locale_t
# endif

function {char*} nl_langinfo (nl_item)
# if defined XOPEN2K8 || defined POSIX2008
function {char*} nl_langinfo_l (nl_item, locale_t)
# endif

allow-header nl_types.h

allow *_t
#endif