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

free_lzss_unpack_data - Frees an LZSS structure. Allegro game programming library.

Description

       Frees an LZSS_UNPACK_DATA structure created with create_lzss_pack_data.

Name

       free_lzss_unpack_data - Frees an LZSS structure. Allegro game programming library.

See Also

create_lzss_unpack_data(3alleg4)

Allegro                                           version 4.4.3                   free_lzss_unpack_data(3alleg4)

Synopsis

#include<allegro.h>voidfree_lzss_unpack_data(LZSS_UNPACK_DATA*dat);

See Also