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]
/
include
/
locale.h
blob
47760b223c333c7d3529e861188f4ff78b1966d6
1
#ifndef _LOCALE_H
2
#include <locale/locale.h>
3
4
/* Now define the internal interfaces. */
5
extern
struct
lconv
*
__localeconv
(
void
);
6
7
#endif