Last change
on this file since 2036 was 2036, checked in by bird, 20 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | #if !defined ISO && !defined POSIX
|
---|
2 | constant CODESET
|
---|
3 | constant D_T_FMT
|
---|
4 | constant D_FMT
|
---|
5 | constant T_FMT
|
---|
6 | constant T_FMT_AMPM
|
---|
7 | constant AM_STR
|
---|
8 | constant PM_STR
|
---|
9 | constant DAY_1
|
---|
10 | constant DAY_2
|
---|
11 | constant DAY_3
|
---|
12 | constant DAY_4
|
---|
13 | constant DAY_5
|
---|
14 | constant DAY_6
|
---|
15 | constant DAY_7
|
---|
16 | constant ABDAY_1
|
---|
17 | constant ABDAY_2
|
---|
18 | constant ABDAY_3
|
---|
19 | constant ABDAY_4
|
---|
20 | constant ABDAY_5
|
---|
21 | constant ABDAY_6
|
---|
22 | constant ABDAY_7
|
---|
23 | constant MON_1
|
---|
24 | constant MON_2
|
---|
25 | constant MON_3
|
---|
26 | constant MON_4
|
---|
27 | constant MON_5
|
---|
28 | constant MON_6
|
---|
29 | constant MON_7
|
---|
30 | constant MON_8
|
---|
31 | constant MON_9
|
---|
32 | constant MON_10
|
---|
33 | constant MON_11
|
---|
34 | constant MON_12
|
---|
35 | constant ABMON_1
|
---|
36 | constant ABMON_2
|
---|
37 | constant ABMON_3
|
---|
38 | constant ABMON_4
|
---|
39 | constant ABMON_5
|
---|
40 | constant ABMON_6
|
---|
41 | constant ABMON_7
|
---|
42 | constant ABMON_8
|
---|
43 | constant ABMON_9
|
---|
44 | constant ABMON_10
|
---|
45 | constant ABMON_11
|
---|
46 | constant ABMON_12
|
---|
47 | constant ERA
|
---|
48 | constant ERA_D_FMT
|
---|
49 | constant ERA_D_T_FMT
|
---|
50 | constant ERA_T_FMT
|
---|
51 | constant ALT_DIGITS
|
---|
52 | constant RADIXCHAR
|
---|
53 | constant THOUSEP
|
---|
54 | constant YESEXPR
|
---|
55 | constant NOEXPR
|
---|
56 | constant CRNCYSTR
|
---|
57 |
|
---|
58 | function {char*} nl_langinfo (nl_item)
|
---|
59 |
|
---|
60 | allow-header nl_types.h
|
---|
61 |
|
---|
62 | allow *_t
|
---|
63 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.