zstd/lib/modulemap/module.modulemap
2021-11-24 07:48:40 +08:00

4 lines
66 B
Text

module libzstd [extern_c] {
header "../zstd.h"
export *
}