1al_ustr_size(3)                                                al_ustr_size(3)
2
3
4

NAME

6       al_ustr_size - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              size_t al_ustr_size(const ALLEGRO_USTR *us)
12

DESCRIPTION

14       Return the size of the string in bytes.  This is equal to the number of
15       code points in the string if the string is empty or contains only 7-bit
16       ASCII characters.
17

SEE ALSO

19       al_ustr_length(3)
20
21
22
23Allegro reference manual                                       al_ustr_size(3)
Impressum