al_ustr_assign
bool al_ustr_assign(ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
Introduced in 5.0.0
Overwrite the string us1
with another string us2
. Returns true on success, false on error.
See also: al_ustr_assign_substr, al_ustr_assign_cstr
Examples: ex_utf8
Most helpful discussions: