.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_ustr_append_cstr" "3" "" "Allegro reference manual" "" .SH NAME al_ustr_append_cstr \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_append_cstr(ALLEGRO_USTR *us, const char *s) .EE .SH DESCRIPTION Append C\-style string \f[CR]s\f[R] to the end of \f[CR]us\f[R]. .PP Returns true on success, false on error. .SH SEE ALSO al_ustr_append(3)