#include "iconvme.h"
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "strdup.h"
Go to the source code of this file.
Defines | |
#define | SIZE_MAX ((size_t) -1) |
Functions | |
char * | iconv_string (const char *str, const char *from_codeset, const char *to_codeset) |
#define SIZE_MAX ((size_t) -1) |
char* iconv_string | ( | const char * | str, | |
const char * | from_codeset, | |||
const char * | to_codeset | |||
) |