.\" Generated by the Allegro makedoc utility .TH usetc 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME usetc \- Low level helper function for writing Unicode text data. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int usetc(char *s, int c); .SH DESCRIPTION Low level helper function for writing Unicode text data. Writes the character `c' to the address pointed to by `s'. .SH "RETURN VALUE" Returns the number of bytes written, which is equal to the width of the character in the current encoding format. .SH SEE ALSO .BR ugetc (3alleg4), .BR ugetx (3alleg4), .BR uwidth (3alleg4), .BR ucwidth (3alleg4), .BR uisok (3alleg4)