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 decompression reading PACKFILEs.

RETURN VALUE

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

RELATED TO create_lzss_unpack_data…

free_lzss_unpack_data(3alleg4)