GNU Octave  6.2.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

int octave_iconv_close_wrapper (void *cd)
 
void * octave_iconv_open_wrapper (const char *tocode, const char *fromcode)
 

Function Documentation

◆ octave_iconv_close_wrapper()

int octave_iconv_close_wrapper ( void *  cd)

◆ octave_iconv_open_wrapper()

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