locale.h 154 B

123456789
  1. #pragma once
  2. #define LC_CTYPE 0
  3. #define LC_NUMERIC 1
  4. #define LC_TIME 2
  5. #define LC_COLLATE 3
  6. #define LC_MONETARY 4
  7. #define LC_MESSAGES 5
  8. #define LC_ALL 6