al_ustr_has_suffix_cstr
bool al_ustr_has_suffix_cstr(const ALLEGRO_USTR *us1, const char *s2)
Introduced in 5.0.0
Returns true iff us1
ends with s2
.
See also: al_ustr_has_suffix
Examples: ex_utf8
Most helpful discussions:
bool al_ustr_has_suffix_cstr(const ALLEGRO_USTR *us1, const char *s2)
Introduced in 5.0.0
Returns true iff us1
ends with s2
.
See also: al_ustr_has_suffix
Examples: ex_utf8
Most helpful discussions: