bf25f3e6e7
This is only really needed to save a few bytes on the c200v2, but since it adds negligible overhead, so it's implemented for all targets. A stripped down version of the LZ4 reference implementation is found in lz4tiny.c. Change-Id: Ib914ba71c84e04da282328662c752e533912e197
1 line
86 B
C
1 line
86 B
C
void LZ4_decompress_tiny(const char* const source, char* const dest, int outputSize);
|