.\" Generated by the Allegro makedoc utility .TH lzss_read 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME lzss_read \- Decompresses data using LZSS. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int lzss_read(PACKFILE *file, LZSS_UNPACK_DATA *dat, int s, .B unsigned char *buf); .SH DESCRIPTION Unpacks from `dat' into `buf', until either EOF is reached or `s' bytes have been extracted from `file'. .SH "RETURN VALUE" Returns the number of bytes added to the buffer `buf'. .SH SEE ALSO .BR free_lzss_unpack_data (3alleg4)