mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
|
#if !defined ISO && !defined POSIX
|
||
|
type iconv_t
|
||
|
|
||
|
function iconv_t iconv_open (const char*, const char*)
|
||
|
function size_t iconv (iconv_t, char**, size_t*, char**, size_t*)
|
||
|
function int iconv_close (iconv_t)
|
||
|
#endif
|