#include <iconv.h>
Go to the source code of this file.
Functions | |
void * | portable_iconv_open (const char *tocode, const char *fromcode) |
size_t | portable_iconv (void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
int | portable_iconv_close (void *cd) |
size_t portable_iconv | ( | void * | cd, |
char ** | inbuf, | ||
size_t * | inbytesleft, | ||
char ** | outbuf, | ||
size_t * | outbytesleft | ||
) |
Definition at line 24 of file portable_c.c.
int portable_iconv_close | ( | void * | cd | ) |
Definition at line 30 of file portable_c.c.
void* portable_iconv_open | ( | const char * | tocode, |
const char * | fromcode | ||
) |
Definition at line 19 of file portable_c.c.