lzss_read - Decompresses data using LZSS. Allegro game programming library.
Contents
Description
Unpacks from `dat' into `buf', until either EOF is reached or `s' bytes have been extracted from `file'.
Name
lzss_read - Decompresses data using LZSS. Allegro game programming library.
Return Value
Returns the number of bytes added to the buffer `buf'.
See Also
free_lzss_unpack_data(3alleg4) Allegro version 4.4.3 lzss_read(3alleg4)
Synopsis
#include<allegro.h>intlzss_read(PACKFILE*file,LZSS_UNPACK_DATA*dat,ints,unsignedchar*buf);
