Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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