repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
locale
/
C_name.c
blob
5e7cb85a09f3572c5a33b125313080ea71642b7b
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. */
7
const char
_nl_C_name
[] =
"C"
;