Reimplementation of Pijul in C, for education, fun and absolutely no profit
#ifndef ANI_ZSTDSEEK_H
#define ANI_ZSTDSEEK_H

/* Wrapper layer for working with the seekable variant of zstd. */
size_t zstdseek_decompress(uint8_t *, size_t, uint8_t *, size_t);

#endif