usetc

Low level helper function for writing Unicode text data.

Description

int usetc(char *s, int c);
Low level helper function for writing Unicode text data. Writes the character `c' to the address pointed to by `s'.
Returns the number of bytes written, which is equal to the width of the character in the current encoding format.

Related Projects

The following projects include source code containing this keyword: