al_fputc
int al_fputc(ALLEGRO_FILE *f, int c)
Introduced in 5.0.0
Write a single byte to the given file.
Parameters:
- c - byte value to write
- f - file to write to
Returns c on success, or EOF on error.
Most helpful discussions:
int al_fputc(ALLEGRO_FILE *f, int c)
Introduced in 5.0.0
Write a single byte to the given file.
Parameters:
Returns c on success, or EOF on error.
Most helpful discussions: