Provided by: allegro5-doc_5.2.10.1+dfsg-1build1_all 

NAME
al_ref_info - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro.h> const ALLEGRO_USTR *al_ref_info(const ALLEGRO_USTR_INFO *info)
DESCRIPTION
Create a read-only string that references the storage of another ALLEGRO_USTR(3alleg5) string that has already been stored in the ALLEGRO_USTR_INFO(3alleg5) structure. The string is valid until the underlying string is modified or destroyed.
SEE ALSO
al_ref_cstr(3alleg5), al_ref_buffer(3alleg5), al_ref_ustr(3alleg5) Allegro reference manual al_ref_info(3alleg5)