1pack_fclose_chunk(3) Allegro manual pack_fclose_chunk(3)
2
3
4
6 pack_fclose_chunk - Closes a previously opened sub-chunk. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 PACKFILE *pack_fclose_chunk(PACKFILE *f);
14
16 Closes a sub-chunk of a file, previously obtained by calling
17 pack_fopen_chunk().
18
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
26 pack_fopen_chunk(3)
27
28
29
30Allegro version 4.4.3 pack_fclose_chunk(3)