repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iconv: add euro symbol to GBK as single byte 0x80
[musl.git]
/
src
/
include
/
langinfo.h
blob
ab32b880fbc92164ca7ff0093d8e2f876e3f6a6f
1
#ifndef LANGINFO_H
2
#define LANGINFO_H
3
4
#include
"../../include/langinfo.h"
5
6
char
*
__nl_langinfo_l
(
nl_item
,
locale_t
);
7
8
#endif