1al_ustr_length(3) al_ustr_length(3)
23
4
NAME
6al_ustr_length - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
size_t al_ustr_length(const ALLEGRO_USTR *us)
12
DESCRIPTION
14Return the number of code points in the string.
15
SEE ALSO
17al_ustr_size(3), al_ustr_offset(3)
1819
20
21
Allegro reference manual al_ustr_length(3)