This commit is contained in:
Carl Woffenden
2019-08-27 15:38:34 +02:00
parent a57de4ac89
commit 4f2a8b752a
+1 -1
View File
@@ -1,6 +1,6 @@
# Single File Zstandard Decompression Library
The script `combine.sh` creates an _amalgamted_ source file that can be used with out without `zstd.h`. This isn't a _header-only_ file but it does offer a similar level of simplicity when integrating into a project.
The script `combine.sh` creates an _amalgamted_ source file that can be used with or without `zstd.h`. This isn't a _header-only_ file but it does offer a similar level of simplicity when integrating into a project.
Create `zstddeclib.c` from the Zstd source using:
```