bap-poc-phase-3/Interop-ModuleMap/Sources/CMath/module.modulemap

9 lines
150 B
Plaintext

module CMath {
header "add_nums.h"
header "sub_nums.h"
header "mul_nums.h"
header "div_nums.h"
header "spc_nums.h"
export *
}