summaryrefslogtreecommitdiff
path: root/include/toBeSorted/cx_util.h
blob: 44b5ee0b68a948bd818e8cfd79236e2b4ba3f4a1 (plain)
1
2
3
4
5
6
7
8
#ifndef CX_UTIL_H
#define CX_UTIL_H

#include "common.h"

bool lzSafeDecompress(const void *src, u32 maxSize, void *dest);

#endif