brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · 0fbb454 Raw
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