Go to the source code of this file.
Functions | |
const char * | octave_iconv_canonicalize_wrapper (const char *name) |
int | octave_iconv_close_wrapper (void *cd) |
void * | octave_iconv_open_wrapper (const char *tocode, const char *fromcode) |
void | octave_iconvlist_wrapper (int(*do_one)(unsigned int namescount, const char *const *names, void *data), void *data) |
const char* octave_iconv_canonicalize_wrapper | ( | const char * | name | ) |
Definition at line 63 of file iconv-wrappers.c.
int octave_iconv_close_wrapper | ( | void * | cd | ) |
Definition at line 41 of file iconv-wrappers.c.
void* octave_iconv_open_wrapper | ( | const char * | tocode, |
const char * | fromcode | ||
) |
Definition at line 35 of file iconv-wrappers.c.
void octave_iconvlist_wrapper | ( | int(*)(unsigned int namescount, const char *const *names, void *data) | do_one, |
void * | data | ||
) |
Definition at line 47 of file iconv-wrappers.c.