1al_fputc(3) Library Functions Manual al_fputc(3)
23
4
NAME
6al_fputc
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_fputc(ALLEGRO_FILE *f, int c)
12
DESCRIPTION
14Write a single byte to the given file.
1516
Parameters:
1718
· c - byte value to write
1920
· f - file to write to
2122
Returns c on success, or EOF on error.
2324
25
26
Allegro reference manual al_fputc(3)