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
4 lines
138 B
C
4 lines
138 B
C
/* defined in help/ */
|
|
|
|
extern const char help_text[], quick_help_text[];
|
|
extern const unsigned short help_text_len, quick_help_text_len;
|