lzss_read(3alleg4) debian man page | unix.com

Man Page: lzss_read

Operating Environment: debian

Section: 3alleg4

lzss_read(3alleg4)						  Allegro manual						lzss_read(3alleg4)

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);
DESCRIPTION
Unpacks from `dat' into `buf', until either EOF is reached or `s' bytes have been extracted from `file'.
RETURN VALUE
Returns the number of bytes added to the buffer `buf'.
SEE ALSO
free_lzss_unpack_data(3alleg4) Allegro version 4.4.2 lzss_read(3alleg4)
Related Man Pages
exrotscl(3alleg4) - debian
exdata(3alleg4) - centos
exdata(3alleg4) - v7
exdata(3alleg4) - plan9
exdata(3alleg4) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph