Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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