1ALLEGRO_USTR(3) ALLEGRO_USTR(3)
23
4
NAME
6ALLEGRO_USTR - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct _al_tagbstring ALLEGRO_USTR;
12
DESCRIPTION
14An opaque type representing a string. ALLEGRO_USTRs normally contain
15UTF-8 encoded strings, but they may be used to hold any byte sequences,
16including NULs.
1718
19
20
Allegro reference manual ALLEGRO_USTR(3)