#include <stddef.h>
#include <errno.h>
Go to the source code of this file.
|
LIBICONV_DLL_EXPORTED iconv_t | iconv_open (const char *tocode, const char *fromcode) |
|
LIBICONV_DLL_EXPORTED size_t | iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
|
LIBICONV_DLL_EXPORTED int | iconv_close (iconv_t cd) |
|
LIBICONV_DLL_EXPORTED int | iconvctl (iconv_t cd, int request, void *argument) |
|
LIBICONV_DLL_EXPORTED void | iconvlist (int(*do_one)(unsigned int namescount, const char *const *names, void *data), void *data) |
|
LIBICONV_DLL_EXPORTED void | libiconv_set_relocation_prefix (const char *orig_prefix, const char *curr_prefix) |
|
#define _LIBICONV_VERSION 0x0109 /* version number: (major<<8) + minor */ |
#define iconv_close libiconv_close |
#define ICONV_GET_DISCARD_ILSEQ 3 /* int *argument */ |
#define ICONV_GET_TRANSLITERATE 1 /* int *argument */ |
#define iconv_open libiconv_open |
#define ICONV_SET_DISCARD_ILSEQ 4 /* const int *argument */ |
#define ICONV_SET_TRANSLITERATE 2 /* const int *argument */ |
#define ICONV_TRIVIALP 0 /* int *argument */ |
#define iconvctl libiconvctl |
#define iconvlist libiconvlist |
#define LIBICONV_DLL_EXPORTED __declspec(dllimport) |
LIBICONV_DLL_EXPORTED void iconvlist |
( |
int(*)(unsigned int namescount, const char *const *names, void *data) |
do_one, |
|
|
void * |
data |
|
) |
| |
LIBICONV_DLL_EXPORTED void libiconv_set_relocation_prefix |
( |
const char * |
orig_prefix, |
|
|
const char * |
curr_prefix |
|
) |
| |