1 // Module map for stdint.h.
3 // Expected to be included by the top-level module.modulemap.
5 // See also: module.modulemap
6 // See also: _types.modulemap (reset of _types/)
8 // This is a module for the version of stdint.h provided by Libc. It is a
9 // standalone module to allow Clang's builtins and libc++ to interpose and then
10 // call #include_next.
11 module Darwin_C_stdint [system] [extern_c] [no_undeclared_includes] {
19 extern module _pthread_types "sys_pthread_types.modulemap"
20 extern module _sys_types "sys__types.modulemap"
21 extern module _sys_cdefs "sys_cdefs.modulemap"
22 extern module _machine_types "machine_types.modulemap"
29 header "_types/_intmax_t.h"
33 header "_types/_uint16_t.h"
37 header "_types/_uint32_t.h"
41 header "_types/_uint64_t.h"
45 header "_types/_uint8_t.h"
49 header "_types/_uintmax_t.h"