C_name.c 265 B

12345678
  1. /* Define a constant for the name of the standard C locale, so the string
  2. constant is not repeated in dozens of object files. */
  3. #include "localeinfo.h"
  4. /* Name of our standard locale. */
  5. const char _nl_C_name[] = "C";
  6. const char _nl_POSIX_name[] = "POSIX";