API published in:
API deprecated in:
#include <stddef.h>
#include <sys/cdefs.h>
Go to the source code of this file.
Functions |
|
IMPORT_C iconv_t | iconv_open (const char *tocharset, const char *fromcharset) |
IMPORT_C size_t | iconv (iconv_t conversion_descriptor, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
IMPORT_C int | iconv_close (iconv_t conversion_descriptor) |
Variables |
|
__BEGIN_DECLS typedef void * | iconv_t |
|
|
|
|