G1M_FCTOMB(3) ============= Thomas "Cakeisalie5" Touhey :Email: thomas@touhey.fr :man source: libg1m :man manual: libg1m manual NAME ---- g1m_fctomb - FONTCHARACTER to multi-byte SYNOPSIS -------- [source,c] ---- #include int g1m_fctomb(char *s, FONTCHARACTER fc); ---- DESCRIPTION ----------- Convert a FONTCHARACTER character to its multibyte representation, and stores it at the beginning of the character array pointed to by *s*. The programmer must ensure that there is room for at least 2 bytes at *s*. RETURN VALUE ------------ This function returns the length of the calculated multibyte function. SEE ALSO -------- *libg1m*(3), *g1m_mbtofc*(3)