.\" Generated by the Allegro makedoc utility .TH ustrsize 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME ustrsize \- Size of the string in bytes without null terminator. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int ustrsize(const char *s); .SH DESCRIPTION Returns the size of the specified string in bytes, not including the trailing null character. .SH SEE ALSO .BR ustrsizez (3alleg4), .BR empty_string (3alleg4), .BR exunicod (3alleg4)