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