DOKK / manpages / debian 11 / allegro4-doc / create_lzss_unpack_data.3alleg4.en
create_lzss_unpack_data(3alleg4) Allegro manual create_lzss_unpack_data(3alleg4)

create_lzss_unpack_data - Creates an LZSS structure for decompression. Allegro game programming library.

#include <allegro.h>

LZSS_UNPACK_DATA *create_lzss_unpack_data(void);

Creates an LZSS_UNPACK_DATA structure, which can be used for LZSS decompression reading PACKFILEs.

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

free_lzss_unpack_data(3alleg4)

version 4.4.3 Allegro