rockbox/apps/plugins/puzzles/lz4tiny.h
Franklin Wei bf25f3e6e7 puzzles: compress extensive help text
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
2017-08-16 11:40:37 -04:00

1 line
86 B
C

void LZ4_decompress_tiny(const char* const source, char* const dest, int outputSize);