1usetc(3) Allegro manual usetc(3)
2
3
4
6 usetc - Low level helper function for writing Unicode text data. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 int usetc(char *s, int c);
14
16 Low level helper function for writing Unicode text data. Writes the
17 character `c' to the address pointed to by `s'.
18
20 Returns the number of bytes written, which is equal to the width of the
21 character in the current encoding format.
22
23
25 ugetc(3), ugetx(3), uwidth(3), ucwidth(3), uisok(3)
26
27
28
29Allegro version 4.4.3 usetc(3)