1lzss_read(3) Allegro manual lzss_read(3)
2
3
4
6 lzss_read - Decompresses data using LZSS. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 int lzss_read(PACKFILE *file, LZSS_UNPACK_DATA *dat, int s, unsigned
14 char *buf);
15
17 Unpacks from `dat' into `buf', until either EOF is reached or `s' bytes
18 have been extracted from `file'.
19
21 Returns the number of bytes added to the buffer `buf'.
22
23
24
25
27 free_lzss_unpack_data(3)
28
29
30
31Allegro version 4.4.3 lzss_read(3)