1pack_getc(3)                    Allegro manual                    pack_getc(3)
2
3
4

NAME

6       pack_getc - Returns the next character from a stream. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int pack_getc(PACKFILE *f);
14

DESCRIPTION

16       Returns the next character from the stream `f', or EOF if  the  end  of
17       the file has been reached.
18
19

SEE ALSO

21       pack_fopen(3), pack_fopen_chunk(3)
22
23
24
25Allegro                          version 4.2.2                    pack_getc(3)
Impressum