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

Description

       Encode an M-text to write to a stream. The mconv_encode_stream() function encodes M-text mt based on
       coding system name and writes the resulting byte sequence to stream fp. A temporary code converter for
       encoding is automatically created and freed.

Errors

           MERROR_IO, MERROR_CODING

Name

       mconv_encode_stream -

Return Value

           If the operation was successful, mconv_encode_stream() returns the number of written bytes. Otherwise
           it returns -1 and assigns an error code to the external variable merror_code.

See Also

mconv_encode(), mconv_encode_buffer(), mconv_encode_file()

Synopsis

       int mconv_encode_stream (MSymbol name, MText * mt, FILE * fp)

See Also