dummy.h 100 B

12345678
  1. #ifndef dummy_h
  2. #define dummy_h
  3. #define LC_ALL 0
  4. char *setlocale(int, const char*);
  5. #endif