man mconv_rebind_stream () - Bind a stream to a code converter.

NAME

mconv_rebind_stream - Bind a stream to a code converter.

SYNOPSIS

MConverter* mconv_rebind_stream (MConverter * converter, FILE * fp)

DESCRIPTION

The mconv_rebind_stream() function binds stream fp to code converter converter. Following decodings and encodings are done to/from this newly bound stream.

RETURN VALUE

This function always returns converter.

SEE ALSO

mconv_rebind_buffer()