ugetc (3) Linux Manual Page
ugetc – Low level helper function for reading Unicode text data. Allegro game programming library.
Synopsis
#include <allegro.h>
int ugetc(const char *s);
Description
Low level helper function for reading Unicode text data. Example:
int first_unicode_letter = ugetc(text_string);
Return Value
Returns the character pointed to by `s’ in the current encoding format.
