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

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

Description

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

Name

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

See Also

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

Allegro                                           version 4.4.3                                ustrsize(3alleg4)

Synopsis

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

See Also