1al_ustr_appendf(3) Library Functions Manual al_ustr_appendf(3)
23
4
NAME
6al_ustr_appendf
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_appendf(ALLEGRO_USTR *us, const char *fmt, ...)
12
DESCRIPTION
14This function appends formatted output to the string us. fmt is a
15printf-style format string. See al_ustr_newf(3) about the ā%sā and
16ā%cā specifiers.
1718
Returns true on success, false on error.
19
SEE ALSO
21al_ustr_vappendf(3)
2223
24
25
Allegro reference manual al_ustr_appendf(3)