|
NAMElzss_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); DESCRIPTIONPacks `size' bytes from `buf', using the pack information contained in `dat'. The compressed bytes will be stored in `file'.RETURN VALUEReturns 0 on success, or EOF if there was an error.SEE ALSOcreate_lzss_pack_data(3), free_lzss_pack_data(3)
Visit the GSP FreeBSD Man Page Interface. |