Go to the source code of this file.
Functions | |
OCTAVE_API int | octave_iconv_close_wrapper (void *cd) |
OCTAVE_API void * | octave_iconv_open_wrapper (const char *tocode, const char *fromcode) |
OCTAVE_API int octave_iconv_close_wrapper | ( | void * | cd | ) |
Definition at line 41 of file iconv-wrappers.c.
Referenced by do_stream_open().
OCTAVE_API void* octave_iconv_open_wrapper | ( | const char * | tocode, |
const char * | fromcode | ||
) |
Definition at line 35 of file iconv-wrappers.c.
Referenced by do_stream_open().