openMSX
Namespaces | Functions
snappy.hh File Reference
#include <cstddef>
Include dependency graph for snappy.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 snappy
 

Functions

void snappy::compress (const char *input, size_t inLen, char *output, size_t &outLen)
 
void snappy::uncompress (const char *input, size_t inLen, char *output, size_t outLen)
 
size_t snappy::maxCompressedLength (size_t inLen)