Skip to content

Commit

Permalink
グローバル修飾: 固定幅の整数型を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Dec 20, 2024
1 parent a628ac4 commit 08aed17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GLOBAL_QUALIFY_LIST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
* std::size_t[link /reference/cstddef/size_t.md]
* <cstdint>[link /reference/cstdint.md]
* std::uint8_t[link /reference/cstdint/uint8_t.md]
* std::uint16_t[link /reference/cstdint/uint16_t.md]
* std::uint32_t[link /reference/cstdint/uint32_t.md]
* std::uint64_t[link /reference/cstdint/uint64_t.md]
* std::int8_t[link /reference/cstdint/int8_t.md]
* std::int16_t[link /reference/cstdint/int16_t.md]
* std::int32_t[link /reference/cstdint/int32_t.md]
* std::int64_t[link /reference/cstdint/int64_t.md]
* <cstdio>[link /reference/cstdio.md]
* <cstdlib>[link /reference/cstdlib.md]
* <ctime>[link /reference/ctime.md]
Expand Down

0 comments on commit 08aed17

Please sign in to comment.