Query: lzss_read
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
lzss_read(3alleg4) Allegro manual lzss_read(3alleg4)NAMElzss_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);DESCRIPTIONUnpacks from `dat' into `buf', until either EOF is reached or `s' bytes have been extracted from `file'.RETURN VALUEReturns the number of bytes added to the buffer `buf'.SEE ALSOfree_lzss_unpack_data(3alleg4) Allegro version 4.4.2 lzss_read(3alleg4)