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

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       int ugetc(const char *s);
14

DESCRIPTION

16       Low level helper function for reading Unicode text data. Example:
17
18          int first_unicode_letter = ugetc(text_string);
19

RETURN VALUE

21       Returns the character pointed to by `s' in the current encoding format.
22
23

SEE ALSO

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