dep-libtomcrypt/modulemap/module.modulemap
2021-12-25 22:55:36 +08:00

4 lines
86 B
Text

module libtomcrypt [extern_c] {
header "../src/headers/tomcrypt.h"
export *
}