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]
/
conform
/
data
/
iconv.h-data
blob
f1e2ea05276f279339e9c5a64c249c6150a64ed8
1
#if !defined ISO && !defined POSIX
2
type iconv_t
3
4
function iconv_t iconv_open (const char*, const char*)
5
function size_t iconv (iconv_t, char**, size_t*, char**, size_t*)
6
function int iconv_close (iconv_t)
7
8
allow *_t
9
#endif