1al_fputc(3)                                                        al_fputc(3)
2
3
4

NAME

6       al_fputc - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_fputc(ALLEGRO_FILE *f, int c)
12

DESCRIPTION

14       Write  a  single byte to the given file.  The byte written is the value
15       of c cast to an unsigned char.
16
17       Parameters:
18
19       · c - byte value to write
20
21       · f - file to write to
22
23       Returns the written byte (cast back to an int) on success,  or  EOF  on
24       error.
25
26
27
28Allegro reference manual                                           al_fputc(3)
Impressum