.\" Generated by the Allegro makedoc utility .TH ustrsizez 3alleg4 "version 4.4.3" "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 (3alleg4), .BR empty_string (3alleg4), .BR exunicod (3alleg4)