f427ee49 A |
1 | // Module maps for machine/types.h and machine/_types.h. |
2 | // |
3 | // See also: stdint.modulemap |
4 | |
5 | module Darwin_C_stdint._machine_types { |
6 | export * |
7 | header "machine/types.h" |
8 | } |
9 | module Darwin_C_stdint._machine__types { |
10 | export * |
11 | header "machine/_types.h" |
12 | } |