about summary refs log tree commit diff
path: root/conform/data/iconv.h-data
blob: 1c748a04ca4e02a2443872d5cbf2b6d459c6fa30 (plain) (blame)
1
2
3
4
5
6
7
8
9
#if !defined ISO && !defined POSIX
type iconv_t

function iconv_t iconv_open (const char*, const char*)
function size_t iconv (iconv_t, const char**, size_t*, char**, size_t*)
function int iconv_close (iconv_t)

allow *_t
#endif