logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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