.\" Generated by the Allegro makedoc utility .TH ugetc 3 "version 4.2.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 (3), .BR usetc (3), .BR uwidth (3), .BR ucwidth (3), .BR uisok (3)