30 lines · plain
1module c_complex [system] {2 header "complex.h"3 export *4}5 6module c_float [system] {7 header "float.h"8 export *9}10 11module c_inttypes [system] {12 header "inttypes.h"13 export *14}15 16module c_limits [system] {17 header "limits.h"18 export *19}20 21module c_math [system] {22 header "math.h"23 export *24}25 26module c_stdint [system] {27 header "stdint.h"28 export *29}30