al_ustr_append_cstr
bool al_ustr_append_cstr(ALLEGRO_USTR *us, const char *s)
Introduced in 5.0.0
Append C-style string s
to the end of us
.
Returns true on success, false on error.
See also: al_ustr_append
Examples: ex_utf8
Most helpful discussions: