.\" Generated by the Allegro makedoc utility .TH create_lzss_unpack_data 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME create_lzss_unpack_data \- Creates an LZSS structure for decompression. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B LZSS_UNPACK_DATA *create_lzss_unpack_data(void); .SH DESCRIPTION Creates an LZSS_UNPACK_DATA structure, which can be used for LZSS decompression reading PACKFILEs. .SH "RETURN VALUE" Returns a pointer to the structure, or NULL if there was an error. .SH SEE ALSO .BR free_lzss_unpack_data (3alleg4)