1al_ustr_append(3)                                            al_ustr_append(3)
2
3
4

NAME

6       al_ustr_append - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_ustr_append(ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
12

DESCRIPTION

14       Append us2 to the end of us1.
15
16       Returns true on success, false on error.
17
18       This function can be used to append an arbitrary buffer:
19
20                ALLEGRO_USTR_INFO info;
21                al_ustr_append(us, al_ref_buffer(&info, buf, size));
22

SEE ALSO

24       al_ustr_append_cstr(3),    al_ustr_append_chr(3),   al_ustr_appendf(3),
25       al_ustr_vappendf(3)
26
27
28
29Allegro reference manual                                     al_ustr_append(3)
Impressum