.\" Generated by the Allegro makedoc utility .TH pack_fclose_chunk 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME pack_fclose_chunk \- Closes a previously opened sub-chunk. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B PACKFILE *pack_fclose_chunk(PACKFILE *f); .SH DESCRIPTION Closes a sub-chunk of a file, previously obtained by calling pack_fopen_chunk(). .SH "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). .SH SEE ALSO .BR pack_fopen_chunk (3alleg4)