1al_ustr_append_cstr(3) Library Functions Manual al_ustr_append_cstr(3)
23
4
NAME
6al_ustr_append_cstr
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_append_cstr(ALLEGRO_USTR *us, const char *s)
12
DESCRIPTION
14Append C-style string s to the end of us.
1516
Returns true on success, false on error.
17
SEE ALSO
19al_ustr_append(3)
2021
22
23
Allegro reference manual al_ustr_append_cstr(3)