.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "ALLEGRO_USTR_INFO" "3" "" "Allegro reference manual" "" .SH NAME ALLEGRO_USTR_INFO \- Allegro 5 API .SH SYNOPSIS .IP .EX #include typedef struct _al_tagbstring ALLEGRO_USTR_INFO; .EE .SH DESCRIPTION A type that holds additional information for an ALLEGRO_USTR(3) that references an external memory buffer. You can convert it back to ALLEGRO_USTR(3) via al_ref_info(3). .SH SEE ALSO al_ref_cstr(3), al_ref_buffer(3), al_ref_info(3) and al_ref_ustr(3).