1al_ustr_free(3) al_ustr_free(3)
23
4
NAME
6al_ustr_free - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_ustr_free(ALLEGRO_USTR *us)
12
DESCRIPTION
14Free a previously allocated string. Does nothing if the argument is
15NULL.
16
SEE ALSO
18al_ustr_new(3), al_ustr_new_from_buffer(3), al_ustr_newf(3)
1920
21
22
Allegro reference manual al_ustr_free(3)