1al_ustr_find_set(3) Library Functions Manual al_ustr_find_set(3)
2
3
4
6 al_ustr_find_set
7
9 #include <allegro5/allegro.h>
10
11 int al_ustr_find_set(const ALLEGRO_USTR *us, int start_pos,
12 const ALLEGRO_USTR *accept)
13
15 This function finds the first code point in us, beginning from byte
16 offset start_pos, that matches any code point in accept. Returns the
17 position if a code point was found. Otherwise returns –1.
18
20 al_ustr_find_set_cstr(3), al_ustr_find_cset(3)
21
22
23
24Allegro reference manual al_ustr_find_set(3)