1usprintf(3)                     Allegro manual                     usprintf(3)
2
3
4

NAME

6       usprintf  -  Writes formatted data into a buffer. Allegro game programā€
7       ming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int usprintf(char *buf, const char *format, ...);
14

DESCRIPTION

16       This function writes formatted data into  the  output  buffer.  A  NULL
17       character  is  written to mark the end of the string. You should try to
18       avoid this function because it is very easy to overflow the destination
19       buffer.  Use uszprintf instead.
20

RETURN VALUE

22       Returns the number of characters written, not including the terminating
23       null character.
24
25

SEE ALSO

27       uconvert(3), uszprintf(3), uvsprintf(3), exkeys(3)
28
29
30
31Allegro                          version 4.4.3                     usprintf(3)
Impressum