man ustrsizez () - Size of the string in bytes including null terminator. Allegro game programming library.

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