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_read - Decompresses data using LZSS. Allegro game programming library.

Description

       Unpacks from `dat' into `buf', until either EOF is reached or `s' bytes have been extracted from `file'.

Name

       lzss_read - Decompresses data using LZSS. Allegro game programming library.

Return Value

       Returns the number of bytes added to the buffer `buf'.

See Also

free_lzss_unpack_data(3alleg4)

Allegro                                           version 4.4.3                               lzss_read(3alleg4)

Synopsis

#include<allegro.h>intlzss_read(PACKFILE*file,LZSS_UNPACK_DATA*dat,ints,unsignedchar*buf);

See Also