1al_ustr_find_cset(3)                                      al_ustr_find_cset(3)
2
3
4

NAME

6       al_ustr_find_cset - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_ustr_find_cset(const ALLEGRO_USTR *us, int start_pos,
12                 const ALLEGRO_USTR *reject)
13

DESCRIPTION

15       This  function  finds  the  first code point in us, beginning from byte
16       offset start_pos, that does not match any code  point  in  reject.   In
17       other  words  it finds a code point in the complementary set of reject.
18       Returns the byte position of that code point, if  any.   Otherwise  re‐
19       turns -1.
20

SEE ALSO

22       al_ustr_find_cset_cstr(3), al_ustr_find_set(3)
23
24
25
26Allegro reference manual                                  al_ustr_find_cset(3)
Impressum