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