logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lzss_write - Compresses data using LZSS. Allegro game programming library.

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);

See Also