libc: Define LC_NUMERIC

This commit is contained in:
apio 2022-11-06 20:47:16 +01:00
parent 78ee6ce34a
commit 472192bcf2

View File

@ -4,6 +4,7 @@
#define LC_ALL 0 #define LC_ALL 0
#define LC_CTYPE 1 #define LC_CTYPE 1
#define LC_COLLATE 2 #define LC_COLLATE 2
#define LC_NUMERIC 3
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"