1al_ustr_find_set(3)                                        al_ustr_find_set(3)
2
3
4

NAME

6       al_ustr_find_set - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

20       al_ustr_find_set_cstr(3), al_ustr_find_cset(3)
21
22
23
24Allegro reference manual                                   al_ustr_find_set(3)
Impressum