1pack_getc(3) Allegro manual pack_getc(3)
23
4
NAME
6pack_getc - Returns the next character from a stream. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int pack_getc(PACKFILE *f);
14
DESCRIPTION
16Returns the next character from the stream `f', or EOF if the end of
17the file has been reached.
1819
SEE ALSO
21pack_fopen(3), pack_fopen_chunk(3)
2223
24
25
Allegro version 4.4.3 pack_getc(3)