#ifndef _LOCALE_H #define _LOCALE_H #include #include #define LC_ALL 1 #define LC_COLLATE 2 #define LC_CTYPE 3 #define LC_MONETARY 4 #define LC_NUMERIC 5 #define LC_TIME 6 #define LC_MESSAGES 7 #define LC_GLOBAL_LOCALE ((locale_t) -1L) #define LC_CTYPE_MASK (1< #endif // __MLIBC_POSIX_OPTION #ifdef __cplusplus } #endif #endif // _LOCALE_H