.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_rfind_chr" "3" "" "Allegro reference manual" .SH NAME al_ustr_rfind_chr \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_ustr_rfind_chr(const ALLEGRO_USTR *us, int end_pos, int32_t c) .EE .SH DESCRIPTION Search for the encoding of code point \f[CR]c\f[R] in \f[CR]us\f[R] backwards from byte offset \f[CR]end_pos\f[R] (exclusive). Returns the position where it is found or \-1 if it is not found. .SH SEE ALSO al_ustr_find_chr(3)