1al_ustr_dup(3) Library Functions Manual al_ustr_dup(3)
23
4
NAME
6al_ustr_dup
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_USTR *al_ustr_dup(const ALLEGRO_USTR *us)
12
DESCRIPTION
14Return a duplicate copy of a string. The new string will need to be
15freed with al_ustr_free(3).
16
SEE ALSO
18al_ustr_dup_substr(3)
1920
21
22
Allegro reference manual al_ustr_dup(3)