mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
8 lines
226 B
C
8 lines
226 B
C
|
/* 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";
|