1ALLEGRO_USTR_INFO(3) ALLEGRO_USTR_INFO(3)
23
4
NAME
6ALLEGRO_USTR_INFO - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct _al_tagbstring ALLEGRO_USTR_INFO;
12
DESCRIPTION
14A type that holds additional information for an ALLEGRO_USTR(3) that
15references an external memory buffer.
16
SEE ALSO
18al_ref_cstr(3), al_ref_buffer(3) and al_ref_ustr(3).
1920
21
22
Allegro reference manual ALLEGRO_USTR_INFO(3)