Sha256: 5fe4f3230c74133f8271863df2256964b8148a3d3ef8fb41f9a3c0e27f93353a
Contents?: true
Size: 396 Bytes
Versions: 15
Compression:
Stored size: 396 Bytes
Contents
#ifdef PKG_CONFIG /* Just use installed headers */ #include <zstd.h> // Don't use experimental features like zstdmt #else // #ifdef PKG_CONFIG #include "zstd/lib/zstd.h" #endif // #ifdef PKG_CONFIG /* This file is used to generate bindings for both headers. * Check update_bindings.sh to see how to use it. * Or use the `bindgen` feature, which will create the bindings automatically. */
Version data entries
15 entries across 15 versions & 1 rubygems