1ustrsizez(3) Allegro manual ustrsizez(3)
23
4
NAME
6ustrsizez - Size of the string in bytes including null terminator.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int ustrsizez(const char *s);
14
DESCRIPTION
16Returns the size of the specified string in bytes, including the trailā
17ing null character.
1819
SEE ALSO
21ustrsize(3), empty_string(3), exunicod(3)
2223
24
25
Allegro version 4.4.2 ustrsizez(3)