lzss_write - Man Page
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
Info
version 4.4.3 Allegro manual