1ustrlen(3)                      Allegro manual                      ustrlen(3)
2
3
4

NAME

6       ustrlen - Tells the number of characters in a string. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int ustrlen(const char *s);
14

DESCRIPTION

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

SEE ALSO

21       uconvert(3), ustrsize(3), ustrsizez(3)
22
23
24
25Allegro                          version 4.2.2                      ustrlen(3)
Impressum