.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_to_buffer" "3" "" "Allegro reference manual" .SH NAME al_ustr_to_buffer \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_ustr_to_buffer(const ALLEGRO_USTR *us, char *buffer, int size) .EE .SH DESCRIPTION Write the contents of the string into a pre\-allocated buffer of the given size in bytes. The result will always be NUL terminated, so a maximum of \f[CR]size \- 1\f[R] bytes will be copied. .SH SEE ALSO al_cstr(3), al_cstr_dup(3)