ALLEGRO_USTR - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> typedef struct _al_tagbstring ALLEGRO_USTR;
Description
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.
Referenced By
al_cstr(3), ALLEGRO_USTR_INFO(3), al_ref_ustr(3).
Allegro reference manual