Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13e184e

Browse files
committed
Add intptr_t and uintptr_t stubs
1 parent9118b81 commit13e184e

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
typedefuint16_tuint_fast16_t;
1616
typedefuint32_tuint_fast32_t;
1717
typedefuint64_tuint_fast64_t;
18+
typedeflongintptr_t;
19+
typedefunsignedlonguintptr_t;
1820
}// namespace std
1921
#endif// _GHLIBCPP_CSTDINT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp