blob: 5e7cb85a09f3572c5a33b125313080ea71642b7b (
plain) (
blame)
1
2
3
4
5
6
7
|
/* Define a constant for the name of the standard C locale, so the string
constant is not repeated in dozens of object files. */
#include "localeinfo.h"
/* Name of our standard locale. */
const char _nl_C_name[] = "C";
|