1al_ustr_rfind_chr(3)                                      al_ustr_rfind_chr(3)
2
3
4

NAME

6       al_ustr_rfind_chr - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Search  for the encoding of code point c in us backwards from byte off‐
15       set end_pos (exclusive).  Returns the position where it is found or  -1
16       if it is not found.
17

SEE ALSO

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