1ustrsize(3) Allegro manual ustrsize(3)
23
4
NAME
6ustrsize - Size of the string in bytes without null terminator. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int ustrsize(const char *s);
14
DESCRIPTION
16Returns the size of the specified string in bytes, not including the
17trailing null character.
1819
SEE ALSO
21ustrsizez(3), empty_string(3), exunicod(3)
2223
24
25
Allegro version 4.4.3 ustrsize(3)