1al_ustr_has_suffix_cstr(3) Library Functions Manual al_ustr_has_suffix_cstr(3)
23
4
NAME
6al_ustr_has_suffix_cstr
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_has_suffix_cstr(const ALLEGRO_USTR *us1, const char *s2)
12
DESCRIPTION
14Returns true iff us1 ends with s2.
15
SEE ALSO
17al_ustr_has_suffix(3)
1819
20
21
Allegro reference manual al_ustr_has_suffix_cstr(3)