logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Creates an LZSS_PACK_DATA structure, which can be used for LZSS compression with PACKFILEs.

Name

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

Return Value

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

See Also

free_lzss_pack_data(3alleg4)

Allegro                                           version 4.4.3                   create_lzss_pack_data(3alleg4)

Synopsis

#include<allegro.h>LZSS_PACK_DATA*create_lzss_pack_data(void);

See Also