Add empty locale functions

This commit is contained in:
jD91mZM2
2018-06-22 14:10:05 +02:00
parent 05f7371e46
commit 996445a6a3
14 changed files with 132 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#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