1create_lzss_unpack_data(3) Allegro manual create_lzss_unpack_data(3)
2
3
4
6 create_lzss_unpack_data - Creates an LZSS structure for decompression.
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 LZSS_UNPACK_DATA *create_lzss_unpack_data(void);
14
16 Creates an LZSS_UNPACK_DATA structure, which can be used for LZSS
17 decompression reading PACKFILEs.
18
20 Returns a pointer to the structure, or NULL if there was an error.
21
22
24 free_lzss_unpack_data(3)
25
26
27
28Allegro version 4.2.2 create_lzss_unpack_data(3)