.\" Generated by the Allegro makedoc utility .TH ugetc 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME ugetc \- Low level helper function for reading Unicode text data. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int ugetc(const char *s); .SH DESCRIPTION Low level helper function for reading Unicode text data. Example: .nf int first_unicode_letter = ugetc(text_string); .fi .SH "RETURN VALUE" Returns the character pointed to by `s' in the current encoding format. .SH SEE ALSO .BR ugetx (3alleg4), .BR usetc (3alleg4), .BR uwidth (3alleg4), .BR ucwidth (3alleg4), .BR uisok (3alleg4)