lzss_read(3) - Linux man page
Name
lzss_read - Decompresses data using LZSS. Allegro game programming library.Synopsis
#include <allegro.h>int lzss_read(PACKFILE *file, LZSS_UNPACK_DATA *dat, int s, unsigned char *buf);
int lzss_read(PACKFILE *file, LZSS_UNPACK_DATA *dat, int s, unsigned char *buf);