mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-02 16:59:05 +00:00
21ee45095b
Symbols starting with two underscores are reserved, as per the C standard.
8 lines
117 B
C
8 lines
117 B
C
#ifndef LZ11_H
|
|
#define LZ11_H
|
|
|
|
#include "../types.h"
|
|
|
|
u8* lz11_compress(u8* input, u32 inputSize, u32* size);
|
|
|
|
#endif |