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_buffer -

Description

       Bind a buffer to a code converter. The mconv_rebind_buffer() function binds buffer area of n bytes
       pointed to by buf to code converter converter. Subsequent decodings and encodings are done to/from this
       newly bound buffer area.

Name

       mconv_rebind_buffer -

Return Value

           This function always returns converter.

See Also

mconv_rebind_stream()

Synopsis

MConverter* mconv_rebind_buffer (MConverter * converter, const unsigned char * buf, int n)

See Also