| 1 | /* example.c contains minimal changes required to be compiled with zlibWrapper: |
| 2 | * - #include "zlib.h" was changed to #include "zstd_zlibwrapper.h" |
| 3 | * - test_flush() and test_sync() use functions not supported by zlibWrapper |
| 4 | therefore they are disabled while zstd compression is turned on */ |