.\" Generated by the Allegro makedoc utility .TH ustrlen 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME ustrlen \- Tells the number of characters in a string. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int ustrlen(const char *s); .SH DESCRIPTION This function returns the number of characters in `s'. Note that this doesn't have to equal the string's size in bytes. .SH SEE ALSO .BR uconvert (3alleg4), .BR ustrsize (3alleg4), .BR ustrsizez (3alleg4)