ustrsize(3) - Linux man page
Name
ustrsize - 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
_ustrdup(3),
set_uformat(3),
ustrcmp(3),
ustrdup(3),
ustricmp(3),
ustrlen(3),
ustrncmp(3),
ustrnicmp(3)