1create_lzss_pack_data(3)        Allegro manual        create_lzss_pack_data(3)
2
3
4

NAME

6       create_lzss_pack_data  -  Creates  an  LZSS  structure for compression.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       LZSS_PACK_DATA *create_lzss_pack_data(void);
14

DESCRIPTION

16       Creates an LZSS_PACK_DATA structure, which can be used  for  LZSS  com‐
17       pression with PACKFILEs.
18

RETURN VALUE

20       Returns a pointer to the structure, or NULL if there was an error.
21
22

SEE ALSO

24       free_lzss_pack_data(3)
25
26
27
28Allegro                          version 4.4.3        create_lzss_pack_data(3)
Impressum