ustrlen
Tells the number of characters in a string. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Tells the number of characters in a string. Allegro game programming library.
#include <allegro.h>
int ustrlen(const char *s);
This function returns the number of characters in `s'. Note that this doesn't have to equal the string's size in bytes.
uconvert(3alleg4), ustrsize(3alleg4), ustrsizez(3alleg4)