.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_rtrim_ws" "3" "" "Allegro reference manual" .SH NAME al_ustr_rtrim_ws \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_rtrim_ws(ALLEGRO_USTR *us) .EE .SH DESCRIPTION Remove trailing (\[lq]right\[rq]) whitespace characters from a string, as defined by the C function \f[CR]isspace()\f[R]. .PP Returns true on success, or false on error. .SH SEE ALSO al_ustr_ltrim_ws(3), al_ustr_trim_ws(3)