1al_ustr_remove_chr(3)                                    al_ustr_remove_chr(3)
2
3
4

NAME

6       al_ustr_remove_chr - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_ustr_remove_chr(ALLEGRO_USTR *us, int pos)
12

DESCRIPTION

14       Remove  the  code  point beginning at byte offset pos.  Returns true on
15       success.  If pos is out of range or pos is not the beginning of a valid
16       code point, returns false leaving the string unmodified.
17
18       Use al_ustr_offset(3) to find the byte offset for a code-points offset.
19

SEE ALSO

21       al_ustr_remove_range(3)
22
23
24
25Allegro reference manual                                 al_ustr_remove_chr(3)
Impressum