We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ca8b3 commit 414e8a7Copy full SHA for 414e8a7
cpp/common/test/includes/standard-library/cstdint.h
@@ -15,5 +15,7 @@ typedef uint8_t uint_fast8_t;
15
typedef uint16_t uint_fast16_t;
16
typedef uint32_t uint_fast32_t;
17
typedef uint64_t uint_fast64_t;
18
+typedef long intptr_t;
19
+typedef unsigned long uintptr_t;
20
} // namespace std
21
#endif // _GHLIBCPP_CSTDINT
0 commit comments