Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
ustrsizez(3) - Linux man page
Name
ustrsizez - Size of the string in bytes including null terminator. Allegro game programming library.
Synopsis
#include <allegro.h>
int ustrsizez(const char *s);
Description
Returns the size of the specified string in bytes, including the trailing null character.
See Also
ustrsize
(3)
,
empty_string
(3)
,
exunicod
(3)
Referenced By
_ustrdup
(3),
ustrcmp
(3),
ustrdup
(3),
ustricmp
(3),
ustrlen
(3),
ustrncmp
(3),
ustrnicmp
(3)