1al_ustr_rfind_str(3) Library Functions Manual al_ustr_rfind_str(3)
2
3
4
6 al_ustr_rfind_str
7
9 #include <allegro5/allegro.h>
10
11 int al_ustr_rfind_str(const ALLEGRO_USTR *haystack, int end_pos,
12 const ALLEGRO_USTR *needle)
13
15 Find the last occurrence of string needle in haystack before byte off‐
16 set end_pos (exclusive). Return the byte offset of the occurrence if
17 it is found, otherwise return –1.
18
20 al_ustr_rfind_cstr(3), al_ustr_find_str(3)
21
22
23
24Allegro reference manual al_ustr_rfind_str(3)