1al_ustr_equal(3)                                              al_ustr_equal(3)
2
3
4

NAME

6       al_ustr_equal - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_ustr_equal(const ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
12

DESCRIPTION

14       Return true iff the two strings are equal.  This function is more effi‐
15       cient than al_ustr_compare(3) so is preferable if ordering is  not  im‐
16       portant.
17

SEE ALSO

19       al_ustr_compare(3)
20
21
22
23Allegro reference manual                                      al_ustr_equal(3)
Impressum