Skip to content

Commit 414e8a7

Browse files
committed
Add intptr_t and uintptr_t stubs
1 parent 11ca8b3 commit 414e8a7

File tree

1 file changed

+2
-0
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+2
-0
lines changed

cpp/common/test/includes/standard-library/cstdint.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ typedef uint8_t uint_fast8_t;
1515
typedef uint16_t uint_fast16_t;
1616
typedef uint32_t uint_fast32_t;
1717
typedef uint64_t uint_fast64_t;
18+
typedef long intptr_t;
19+
typedef unsigned long uintptr_t;
1820
} // namespace std
1921
#endif // _GHLIBCPP_CSTDINT

0 commit comments

Comments
 (0)