1al_ustr_find_chr(3)                                        al_ustr_find_chr(3)
2
3
4

NAME

6       al_ustr_find_chr - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_ustr_find_chr(const ALLEGRO_USTR *us, int start_pos, int32_t c)
12

DESCRIPTION

14       Search  for  the  encoding  of  code  point  c  in  us from byte offset
15       start_pos (inclusive).
16
17       Returns the position where it is found or -1 if it is not found.
18

SEE ALSO

20       al_ustr_rfind_chr(3)
21
22
23
24Allegro reference manual                                   al_ustr_find_chr(3)
Impressum