macutils/macunpack/de_compress.h

5 lines
95 B
C

#include <stdint.h>
void de_compress(uint32_t ibytes, int mb);
void core_compress(char* ptr);