bap-poc-phase-4/Sources/CMath/module.modulemap

10 lines
207 B
Plaintext
Raw Permalink Normal View History

module CMath {
header "include/add_nums.h"
header "include/sub_nums.h"
header "include/mul_nums.h"
header "include/div_nums.h"
header "include/spc_nums.h"
export *
link "cmath"
}