Add educational decoder to /contrib

This commit is contained in:
Sean Purcell
2017-01-30 11:44:43 -08:00
parent b5fd15ccb2
commit 9700f92583
4 changed files with 2213 additions and 0 deletions
@@ -0,0 +1,6 @@
size_t ZSTD_decompress(void *dst, size_t dst_len, const void *src,
size_t src_len);
size_t ZSTD_decompress_with_dict(void *dst, size_t dst_len, const void *src,
size_t src_len, const void *dict,
size_t dict_len);