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