logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

create_lzss_unpack_data - Creates an LZSS structure for decompression. Allegro game programming library.

Description

       Creates an LZSS_UNPACK_DATA structure, which can be used for LZSS decompression reading PACKFILEs.

Name

       create_lzss_unpack_data - Creates an LZSS structure for decompression. Allegro game programming library.

Return Value

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

See Also

free_lzss_unpack_data(3alleg4)

Allegro                                           version 4.4.3                 create_lzss_unpack_data(3alleg4)

Synopsis

#include<allegro.h>LZSS_UNPACK_DATA*create_lzss_unpack_data(void);

See Also