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