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

Man Page: lzss_write

Operating Environment: debian

Section: 3alleg4

lzss_write(3alleg4)						  Allegro manual					       lzss_write(3alleg4)

NAME
lzss_write - Compresses data using LZSS. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int lzss_write(PACKFILE *file, LZSS_PACK_DATA *dat, int size, unsigned char *buf, int last);
DESCRIPTION
Packs `size' bytes from `buf', using the pack information contained in `dat'. The compressed bytes will be stored in `file'.
RETURN VALUE
Returns 0 on success, or EOF if there was an error.
SEE ALSO
create_lzss_pack_data(3alleg4), free_lzss_pack_data(3alleg4) Allegro version 4.4.2 lzss_write(3alleg4)
Related Man Pages
exrotscl(3alleg4) - debian
exdata(3alleg4) - netbsd
exdata(3alleg4) - php
exdata(3alleg4) - v7
exdata(3alleg4) - plan9
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com