.\" Generated by the Allegro makedoc utility .TH uwidth 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME uwidth \- Low level helper function for testing Unicode text data. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int uwidth(const char *s); .SH DESCRIPTION Low level helper function for testing Unicode text data. .SH "RETURN VALUE" Returns the number of bytes occupied by the first character of the specified string, in the current encoding format. .SH SEE ALSO .BR uwidth_max (3alleg4), .BR ugetc (3alleg4), .BR ugetx (3alleg4), .BR usetc (3alleg4), .BR ucwidth (3alleg4), .BR uisok (3alleg4)