Files
gnwmanager/Core/Src/README.md
2023-08-19 15:52:11 -07:00

243 B

Decompression code from the official LZMA SDK 19.00

7zTypes.h is slightly modified so that the alloc struct uses the stack instead of global/heap.

lzma.c and lzma.h are novel code to simplify the API.