Skip to content

Commit ea1f776

Browse files
committed
add path to strto;.md
1 parent 090865f commit ea1f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/cstdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| [`atol`](cstdlib/atoi_atol_atoll.md) | 文字列を`long`型に変換する (function) | |
1818
| [`atoll`](cstdlib/atoi_atol_atoll.md) | 文字列を`long long`型に変換する (function) | C++11 |
1919
| [`atof`](cstdlib/atof.md) | 文字列を`double`型に変換する (function) | |
20-
| `strtol` | 文字列を、基数を指定して`long`型に変換する (function) | |
20+
| [`strtol`](cstdlib/strtol.md) | 文字列を、基数を指定して`long`型に変換する (function) | |
2121
| `strtoll` | 文字列を、基数を指定して`long long`型に変換する (function) | C++11 |
2222
| `strtoul` | 文字列を、基数を指定して`unsigned long`型に変換する (function) | |
2323
| `strtoull` | 文字列を、基数を指定して`unsigned long long`型に変換する (function) | C++11 |

0 commit comments

Comments
 (0)