.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_remove_chr" "3" "" "Allegro reference manual" .SH NAME al_ustr_remove_chr \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_remove_chr(ALLEGRO_USTR *us, int pos) .EE .SH DESCRIPTION Remove the code point beginning at byte offset \f[CR]pos\f[R]. Returns true on success. If \f[CR]pos\f[R] is out of range or \f[CR]pos\f[R] is not the beginning of a valid code point, returns false leaving the string unmodified. .PP Use al_ustr_offset(3) to find the byte offset for a code\-points offset. .SH SEE ALSO al_ustr_remove_range(3)