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