1
0
mirror of https://github.com/facebook/zstd.git synced 2026-04-26 15:24:34 +02:00
Files

15 lines
234 B
Plaintext
Raw Permalink Normal View History

2021-12-23 14:57:16 -05:00
module libzstd [extern_c] {
header "zstd.h"
export *
module dictbuilder [extern_c] {
header "zdict.h"
export *
}
module errors [extern_c] {
header "zstd_errors.h"
export *
}
}