1al_ustr_appendf(3) al_ustr_appendf(3)
23
4
NAME
6al_ustr_appendf - Allegro 5 API
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), al_ustr_append(3)
2223
24
25
Allegro reference manual al_ustr_appendf(3)