1al_ustr_remove_range(3)    Library Functions Manual    al_ustr_remove_range(3)
2
3
4

NAME

6       al_ustr_remove_range
7

SYNOPSIS

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

DESCRIPTION

14       Remove  the  interval  [start_pos,  end_pos)  (in bytes) from a string.
15       start_pos and end_pos may both be past the end of the string but cannot
16       be less than 0 (the start of the string).
17
18       Returns true on success, false on error.
19

SEE ALSO

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