al_fgetc - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

int al_fgetc(ALLEGRO_FILE *f)

Description

Read and return next byte in the given file. Returns EOF on end of file or if an error occurred.

See Also

al_fungetc(3)

Referenced By

al_fget_ustr(3), al_fopen(3), al_fread(3), al_fungetc(3).

Allegro reference manual