Files
RedBear-OS/include/bits/locale.h
T
2018-06-22 14:54:10 +02:00

8 lines
140 B
C

#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MESSAGES 3
#define LC_MONETARY 4
#define LC_NUMERIC 5
#define LC_TIME 6