logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mconv_rebind_stream -

Description

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

Name

       mconv_rebind_stream -

Return Value

           This function always returns converter.

See Also

mconv_rebind_buffer()

Synopsis

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

See Also