lzss_write - Compresses data using LZSS. Allegro game programming library.
Contents
Description
Packs `size' bytes from `buf', using the pack information contained in `dat'. The compressed bytes will
be stored in `file'.
Name
lzss_write - Compresses data using LZSS. Allegro game programming library.
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.3 lzss_write(3alleg4)
Synopsis
#include<allegro.h>intlzss_write(PACKFILE*file,LZSS_PACK_DATA*dat,intsize,unsignedchar*buf,intlast);
