openMSX
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | LZ4 |
Functions | |
int | LZ4::compressBound (int iSize) |
int | LZ4::compress (const uint8_t *src, uint8_t *dst, int srcSize) |
int | LZ4::decompress (const uint8_t *src, uint8_t *dst, int compressedSize, int dstCapacity) |