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

FreeBSD Manual Pages

  
 
  

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

NAME
     create_lzss_unpack_data  - Creates an LZSS structure for decompression. Al-
     legro game programming library.

SYNOPSIS
     #include <allegro.h>

     LZSS_UNPACK_DATA *create_lzss_unpack_data(void);

DESCRIPTION
     Creates an LZSS_UNPACK_DATA structure, which can be used  for  LZSS  decom-
     pression reading PACKFILEs.

RETURN VALUE
     Returns a pointer to the structure, or NULL if there was an error.

SEE ALSO
     free_lzss_unpack_data(3)

Allegro 			  version 4.4.3       create_lzss_unpack_data(3)

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

home | help