10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
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"
|
||
|
}
|