pack_getc - Man Page

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_fopen(3), pack_igetl(3), pack_igetw(3), pack_mgetl(3), pack_mgetw(3), pack_ungetc(3).

version 4.4.3 Allegro manual