Go to file
yann.collet.73@gmail.com 8860e61b4f Removed LZ4_decode() function code.
If you need to provide "isize" instead of "osize" to the decoder, please use LZ4_uncompress_unknownOutputSize(), which is safer.

git-svn-id: https://lz4.googlecode.com/svn/trunk@12 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2011-08-21 11:42:08 +00:00
lz4.c Removed LZ4_decode() function code. 2011-08-21 11:42:08 +00:00
lz4.h Removed LZ4_decode() function code. 2011-08-21 11:42:08 +00:00
main.c Removed LZ4_decode() function code. 2011-08-21 11:42:08 +00:00
Makefile Improved compression and decompression speed under GCC compiler 2011-06-07 17:57:25 +00:00