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
Remove obsolete files.
[glibc.git]
/
include
/
langinfo.h
blob
37a91c699de55569d638d5f633d8156e4ec154cd
1
#ifndef _LANGINFO_H
2
3
#include <locale/langinfo.h>
4
5
libc_hidden_proto
(
nl_langinfo
)
6
7
extern
__typeof
(
nl_langinfo_l
)
__nl_langinfo_l
;
8
libc_hidden_proto
(
__nl_langinfo_l
)
9
10
#endif