1al_fputc(3)                Library Functions Manual                al_fputc(3)
2
3
4

NAME

6       al_fputc
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.
15
16       Parameters:
17
18       · c - byte value to write
19
20       · f - file to write to
21
22       Returns c on success, or EOF on error.
23
24
25
26Allegro reference manual                                           al_fputc(3)
Impressum