]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/C_name.c
Move strip and upstr definitions into gconv_charset.h.
[thirdparty/glibc.git] / locale / C_name.c
CommitLineData
db2286f6
RM
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
4#include "localeinfo.h"
5
6/* Name of our standard locale. */
7const char _nl_C_name[] = "C";
a2b08ee5 8const char _nl_POSIX_name[] = "POSIX";