Skip to content

Commit e10856a

Browse files
committed
cstdlib/atoi..:関連項目を追加
1 parent b6b5fd6 commit e10856a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

reference/cstdlib/atoi_atol_atoll.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,14 @@ int main(void)
6565
- Clang: ?
6666
- GCC: 13[mark verified]
6767
- ICC: ?
68-
- Visual C++
68+
- Visual C++ ?
6969

70+
## 関連項目
71+
- [`stoi`](/reference/string/stoi.md)
72+
- [`stol`](/reference/string/stol.md)
73+
- [`stoll`](/reference/string/stoll.md)
74+
75+
それぞれ`std::string` および `std::wstring` に対応させたものと見なせる。
7076

7177
## 参照
7278
- [7.22.1.2 The atoi, atol, and atoll functions](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf)

0 commit comments

Comments
 (0)