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

ustrlen - Tells the number of characters in a string. Allegro game programming library.

Description

       This  function returns the number of characters in `s'. Note that this doesn't have to equal the string's
       size in bytes.

Name

       ustrlen - Tells the number of characters in a string. Allegro game programming library.

See Also

uconvert(3alleg4), ustrsize(3alleg4), ustrsizez(3alleg4)

Allegro                                           version 4.4.3                                 ustrlen(3alleg4)

Synopsis

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

See Also