1uwidth(3) Allegro manual uwidth(3)
2
3
4
6 uwidth - Low level helper function for testing Unicode text data. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 int uwidth(const char *s);
14
16 Low level helper function for testing Unicode text data.
17
19 Returns the number of bytes occupied by the first character of the
20 specified string, in the current encoding format.
21
22
24 uwidth_max(3), ugetc(3), ugetx(3), usetc(3), ucwidth(3), uisok(3)
25
26
27
28Allegro version 4.4.3 uwidth(3)