#ifndef LZ11_H #define LZ11_H #include "../types.h" u8* lz11_compress(u8* input, u32 inputSize, u32* size); #endif