pack_getc(3) - Linux man page
Name
pack_getc - Returns the next character from a stream. Allegro game programming library.
Synopsis
#include <allegro.h>
int pack_getc(PACKFILE *f);
Description
Returns the next character from the stream 'f', or EOF if the end of the file has been reached.
See Also
pack_fopen(3),
pack_fopen_chunk(3)
Referenced By
pack_fgets(3),
pack_igetl(3),
pack_igetw(3),
pack_mgetl(3),
pack_mgetw(3),
pack_ungetc(3)