1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "ALLEGRO_USTR_INFO" "3" "" "Allegro reference manual" ""
.hy
.SH NAME
.PP
ALLEGRO_USTR_INFO \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
typedef\ struct\ _al_tagbstring\ ALLEGRO_USTR_INFO;
\f[]
.fi
.SH DESCRIPTION
.PP
A type that holds additional information for an ALLEGRO_USTR(3) that
references an external memory buffer.
.SH SEE ALSO
.PP
al_ref_cstr(3), al_ref_buffer(3) and al_ref_ustr(3).
|