GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
iconv-wrappers.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ octave_iconv_close_wrapper()

OCTAVE_API int octave_iconv_close_wrapper ( void *  cd)

Definition at line 41 of file iconv-wrappers.c.

Referenced by do_stream_open().

◆ octave_iconv_open_wrapper()

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().