ustrsizez - Man Page

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

exunicod(3), ustrcmp(3), _ustrdup(3), ustrdup(3), ustricmp(3), ustrlen(3), ustrncmp(3), ustrnicmp(3), ustrsize(3).

version 4.4.3 Allegro manual