Lz4: V1.8.3 Win64

lz4 -c input.txt output.lz4 lz4 -d output.lz4 decompressed.txt

#include <lz4.h>

// Decompress data void* decompressedData = malloc(inputSize); size_t decompressedSize = LZ4_decompress_safe(compressedData, decompressedData, compressedSize, inputSize); lz4 v1.8.3 win64

About The Author

Leave Your Comment Here!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from The Game of Nerds

Subscribe now to keep reading and get access to the full archive.

Continue reading