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

NAME

6       ustrsize - Size of the string in bytes without null terminator. Allegro
7       game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Returns the size of the specified string in bytes,  not  including  the
17       trailing null character.
18
19

SEE ALSO

21       ustrsizez(3), empty_string(3), exunicod(3)
22
23
24
25Allegro                          version 4.2.2                     ustrsize(3)
Impressum