1al_ustr_rfind_chr(3) al_ustr_rfind_chr(3)
23
4
NAME
6al_ustr_rfind_chr - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_ustr_rfind_chr(const ALLEGRO_USTR *us, int end_pos, int32_t c)
12
DESCRIPTION
14Search for the encoding of code point c in us backwards from byte off‐
15set end_pos (exclusive). Returns the position where it is found or -1
16if it is not found.
17
SEE ALSO
19al_ustr_find_chr(3)
2021
22
23
Allegro reference manual al_ustr_rfind_chr(3)