man mconv_rebind_buffer () - Bind a buffer to a code converter.

NAME

mconv_rebind_buffer - Bind a buffer to a code converter.

SYNOPSIS

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

DESCRIPTION

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.

RETURN VALUE

This function always returns converter.

SEE ALSO

mconv_rebind_stream()