Update.
[glibc.git] / locale / C_name.c
blobfa2ac0539c4ab4d74a2d76d63c9927810d2bfcdd
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. */
4 #include "localeinfo.h"
6 /* Name of our standard locale. */
7 const char _nl_C_name[] = "C";
8 const char _nl_POSIX_name[] = "POSIX";