1al_ustr_vappendf(3) al_ustr_vappendf(3)
2
3
4
6 al_ustr_vappendf - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_ustr_vappendf(ALLEGRO_USTR *us, const char *fmt, va_list ap)
12
14 Like al_ustr_appendf(3) but you pass the variable argument list
15 directly, instead of the arguments themselves. See al_ustr_newf(3)
16 about the "%s" and "%c" specifiers.
17
18 Returns true on success, false on error.
19
21 al_ustr_appendf(3), al_ustr_append(3)
22
23
24
25Allegro reference manual al_ustr_vappendf(3)