1ustrsizez(3)                    Allegro manual                    ustrsizez(3)
2
3
4

NAME

6       ustrsizez  -  Size  of  the  string in bytes including null terminator.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int ustrsizez(const char *s);
14

DESCRIPTION

16       Returns the size of the specified string in bytes, including the trailā€
17       ing null character.
18
19

SEE ALSO

21       ustrsize(3), empty_string(3), exunicod(3)
22
23
24
25Allegro                          version 4.2.2                    ustrsizez(3)
Impressum