.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_has_prefix" "3" "" "Allegro reference manual" .SH NAME al_ustr_has_prefix \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_has_prefix(const ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2) .EE .SH DESCRIPTION Returns true iff \f[CR]us1\f[R] begins with \f[CR]us2\f[R]. .SH SEE ALSO al_ustr_has_prefix_cstr(3), al_ustr_has_suffix(3)