Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
pack_fclose_chunk(3)		 Allegro manual 	    pack_fclose_chunk(3)

NAME
     pack_fclose_chunk - Closes a previously opened sub-chunk. Allegro game pro-
     gramming 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
     pack_fopen_chunk(3)

Allegro 			  version 4.4.3 	    pack_fclose_chunk(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pack_fclose_chunk&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help