macutils/macunpack/de_compress.h
Arvid Norlander 926f4a694d
64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t.
Some of these may not be needed, but none of them should be incorrect.
2022-09-29 22:49:54 +02:00

5 lines
95 B
C

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