pack_fclose_chunk - Man Page
Closes a previously opened sub-chunk. Allegro game programming library.
Synopsis
#include <allegro.h>
PACKFILE *pack_fclose_chunk(PACKFILE *f);
Description
Closes a sub-chunk of a file, previously obtained by calling pack_fopen_chunk().
Return Value
Returns a pointer to the parent of the sub-chunk you just closed. Returns NULL if there was some error (eg. you tried to close a PACKFILE which wasn't sub-chunked).
See Also
Referenced By
version 4.4.3 Allegro manual