logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

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

pack_fopen_chunk(3alleg4)

Allegro                                           version 4.4.3                       pack_fclose_chunk(3alleg4)

Synopsis

#include<allegro.h>PACKFILE*pack_fclose_chunk(PACKFILE*f);

See Also