al_ustr_rfind_cstr
int al_ustr_rfind_cstr(const ALLEGRO_USTR *haystack, int end_pos,
const char *needle)
Introduced in 5.0.0
Like al_ustr_rfind_str but takes a C-style string for needle
.
Examples: ex_utf8
int al_ustr_rfind_cstr(const ALLEGRO_USTR *haystack, int end_pos,
const char *needle)
Introduced in 5.0.0
Like al_ustr_rfind_str but takes a C-style string for needle
.
Examples: ex_utf8