1al_ustr_appendf(3)                                          al_ustr_appendf(3)
2
3
4

NAME

6       al_ustr_appendf - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_ustr_appendf(ALLEGRO_USTR *us, const char *fmt, ...)
12

DESCRIPTION

14       This  function  appends  formatted  output  to the string us.  fmt is a
15       printf-style format string.  See al_ustr_newf(3)  about  the  "%s"  and
16       "%c" specifiers.
17
18       Returns true on success, false on error.
19

SEE ALSO

21       al_ustr_vappendf(3), al_ustr_append(3)
22
23
24
25Allegro reference manual                                    al_ustr_appendf(3)
Impressum