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

NAME

6       pack_fclose_chunk  - Closes a previously opened sub-chunk. Allegro game
7       programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Closes  a  sub-chunk  of  a  file,  previously  obtained   by   calling
17       pack_fopen_chunk().
18

RETURN VALUE

20       Returns  a  pointer  to  the  parent  of the sub-chunk you just closed.
21       Returns NULL if there was some error (eg. you tried to close a PACKFILE
22       which wasn't sub-chunked).
23
24

SEE ALSO

26       pack_fopen_chunk(3)
27
28
29
30Allegro                          version 4.2.2            pack_fclose_chunk(3)
Impressum