11 #ifndef _LIBCPP_INTTYPES_H
12 #define _LIBCPP_INTTYPES_H
236 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
237 #pragma GCC system_header
243 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
244 # define __STDC_FORMAT_MACROS
247 #include_next <inttypes.h>
256 #endif // __cplusplus
258 #endif // _LIBCPP_INTTYPES_H