logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

See Also

ustrsize(3alleg4), empty_string(3alleg4), exunicod(3alleg4)

Allegro                                           version 4.4.3                               ustrsizez(3alleg4)

Synopsis

#include<allegro.h>intustrsizez(constchar*s);

See Also