|
NAMEfree_lzss_pack_data - Frees an LZSS structure. Allegro game programming library.SYNOPSIS#include <allegro.h>void free_lzss_pack_data(LZSS_PACK_DATA *dat); DESCRIPTIONFrees an LZSS_PACK_DATA structure created with create_lzss_pack_data().SEE ALSOcreate_lzss_pack_data(3)
Visit the GSP FreeBSD Man Page Interface. |