Go to the source code of this file.
Defines | |
#define | _ABLE_CLIB_ICONV_H 1 |
Typedefs | |
typedef struct iconv_s * | iconv_t |
Functions | |
size_t | iconv (iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
iconv_t | iconv_open (const char *tocode, const char *fromcode) |
int | iconv_close (iconv_t cd) |
#define _ABLE_CLIB_ICONV_H 1 |
typedef struct iconv_s* iconv_t |
size_t iconv | ( | iconv_t | cd, | |
char ** | inbuf, | |||
size_t * | inbytesleft, | |||
char ** | outbuf, | |||
size_t * | outbytesleft | |||
) |
int iconv_close | ( | iconv_t | cd | ) |
iconv_t iconv_open | ( | const char * | tocode, | |
const char * | fromcode | |||
) |