create_lzss_pack_data - Man Page
Creates an LZSS structure for compression. Allegro game programming library.
Synopsis
#include <allegro.h>
LZSS_PACK_DATA *create_lzss_pack_data(void);
Description
Creates an LZSS_PACK_DATA structure, which can be used for LZSS compression with PACKFILEs.
Return Value
Returns a pointer to the structure, or NULL if there was an error.
See Also
Referenced By
free_lzss_pack_data(3), LZSS_PACK_DATA(3), lzss_write(3).
version 4.4.3 Allegro manual