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.
strto;.md
1 parent 090865f commit ea1f776Copy full SHA for ea1f776
reference/cstdlib.md
@@ -17,7 +17,7 @@
17
| [`atol`](cstdlib/atoi_atol_atoll.md) | 文字列を`long`型に変換する (function) | |
18
| [`atoll`](cstdlib/atoi_atol_atoll.md) | 文字列を`long long`型に変換する (function) | C++11 |
19
| [`atof`](cstdlib/atof.md) | 文字列を`double`型に変換する (function) | |
20
-| `strtol` | 文字列を、基数を指定して`long`型に変換する (function) | |
+| [`strtol`](cstdlib/strtol.md) | 文字列を、基数を指定して`long`型に変換する (function) | |
21
| `strtoll` | 文字列を、基数を指定して`long long`型に変換する (function) | C++11 |
22
| `strtoul` | 文字列を、基数を指定して`unsigned long`型に変換する (function) | |
23
| `strtoull` | 文字列を、基数を指定して`unsigned long long`型に変換する (function) | C++11 |
0 commit comments