1ustrlen(3) Allegro manual ustrlen(3)
23
4
NAME
6ustrlen - Tells the number of characters in a string. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int ustrlen(const char *s);
14
DESCRIPTION
16This function returns the number of characters in `s'. Note that this
17doesn't have to equal the string's size in bytes.
1819
SEE ALSO
21uconvert(3), ustrsize(3), ustrsizez(3)
2223
24
25
Allegro version 4.4.3 ustrlen(3)