1al_ustr_equal(3) al_ustr_equal(3)
23
4
NAME
6al_ustr_equal - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_equal(const ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
12
DESCRIPTION
14Return true iff the two strings are equal. This function is more effi‐
15cient than al_ustr_compare(3) so is preferable if ordering is not im‐
16portant.
17
SEE ALSO
19al_ustr_compare(3)
2021
22
23
Allegro reference manual al_ustr_equal(3)