.\" Generated by the Allegro makedoc utility .TH pack_getc 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME pack_getc \- Returns the next character from a stream. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int pack_getc(PACKFILE *f); .SH DESCRIPTION Returns the next character from the stream `f', or EOF if the end of the file has been reached. .SH SEE ALSO .BR pack_fopen (3alleg4), .BR pack_fopen_chunk (3alleg4)