4 #define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */
12 extern int _libiconv_version
; /* Likewise */
17 iconv_open(const char *tocode
, const char *fromcode
);
20 iconv(iconv_t cd
, char **inbuf
, size_t *inbytesleft
,
21 char **outbuf
, size_t *outbytesleft
);
24 iconv_close(iconv_t cd
);
26 #define libiconv_set_relocation_prefix(...) do {} while(0)