.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "ALLEGRO_USTR" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_USTR - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef struct _al_tagbstring ALLEGRO_USTR; \f[R] .fi .SH DESCRIPTION .PP An opaque type representing a string. ALLEGRO_USTRs normally contain UTF-8 encoded strings, but they may be used to hold any byte sequences, including NULs.