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.
1 parent 3e711d8 commit 2bc7cf6Copy full SHA for 2bc7cf6
reference/cstdlib/strtol.md
@@ -63,7 +63,6 @@ void convert_and_print(const char* str, int base) {
63
int main() {
64
const char* str = " -0x2Fabc";
65
convert_and_print(str, 0); // 自動判別
66
- std::cout << std::endl;
67
convert_and_print(str, 10); // 10進数
68
convert_and_print(str, 36); // 36進数
69
0 commit comments