ustrsize - Man Page

Size of the string in bytes without null terminator. Allegro game programming library.

Synopsis

#include <allegro.h>

int ustrsize(const char *s);

Description

Returns the size of the specified string in bytes, not including the  trailing null character.

See Also

ustrsizez(3), empty_string(3), exunicod(3)

Referenced By

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

version 4.4.3 Allegro manual