1al_ustr_assign(3) Library Functions Manual al_ustr_assign(3)
23
4
NAME
6al_ustr_assign
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_assign(ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
12
DESCRIPTION
14Overwrite the string us1 with another string us2. Returns true on suc‐
15cess, false on error.
16
SEE ALSO
18al_ustr_assign_substr(3), al_ustr_assign_cstr(3)
1920
21
22
Allegro reference manual al_ustr_assign(3)