logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ALLEGRO_USTR_INFO - Allegro 5 API

Description

       A  type that holds additional information for an ALLEGRO_USTR(3alleg5) that references an external memory
       buffer.  You can convert it back to ALLEGRO_USTR(3alleg5) via al_ref_info(3alleg5).

Name

       ALLEGRO_USTR_INFO - Allegro 5 API

See Also

al_ref_cstr(3alleg5), al_ref_buffer(3alleg5), al_ref_info(3alleg5) and al_ref_ustr(3alleg5).

Allegro reference manual                                                              ALLEGRO_USTR_INFO(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              typedef struct _al_tagbstring ALLEGRO_USTR_INFO;

See Also