lzss_read

Decompresses data using LZSS.

Description

int lzss_read(PACKFILE *file, LZSS_UNPACK_DATA *dat, int s, unsigned char *buf);
Unpacks from `dat' into `buf', until either EOF is reached or `s' bytes have been extracted from `file'.
Returns the number of bytes added to the buffer `buf'.

Related Projects

The following projects include source code containing this keyword: