Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
ustrlen(3) - Linux man page
Name
ustrlen - Tells the number of characters in a string. Allegro game programming library.
Synopsis
#include <allegro.h>
int ustrlen(const char *s);
Description
This function returns the number of characters in 's'. Note that this doesn't have to equal the string's size in bytes.
See Also
uconvert
(3)
,
ustrsize
(3)
,
ustrsizez
(3)