locale.h 140 B

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