|
NAMEpack_fclose_chunk - Closes a previously opened sub-chunk. Allegro game programming library.SYNOPSIS#include <allegro.h>PACKFILE *pack_fclose_chunk(PACKFILE *f); DESCRIPTIONCloses a sub-chunk of a file, previously obtained by calling pack_fopen_chunk().RETURN VALUEReturns 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 ALSOpack_fopen_chunk(3)
Visit the GSP FreeBSD Man Page Interface. |