.\" Automatically generated by Pandoc 3.5 .\" .TH "al_ustr_append_chr" "3" "" "Allegro reference manual" .SH NAME al_ustr_append_chr \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] size_t al_ustr_append_chr(ALLEGRO_USTR *us, int32_t c) .EE .SH DESCRIPTION Append a code point to the end of \f[CR]us\f[R]. .PP Returns the number of bytes added, or 0 on error. .SH SEE ALSO al_ustr_append(3)