1usetc(3)                        Allegro manual                        usetc(3)
2
3
4

NAME

6       usetc  - Low level helper function for writing Unicode text data. Alle‐
7       gro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int usetc(char *s, int c);
14

DESCRIPTION

16       Low level helper function for writing Unicode  text  data.  Writes  the
17       character `c' to the address pointed to by `s'.
18

RETURN VALUE

20       Returns the number of bytes written, which is equal to the width of the
21       character in the current encoding format.
22
23

SEE ALSO

25       ugetc(3), ugetx(3), uwidth(3), ucwidth(3), uisok(3)
26
27
28
29Allegro                          version 4.2.2                        usetc(3)
Impressum