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.

RELATED TO al_fgetc…

al_fungetc(3alleg5)