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 0c244fb commit 89af337Copy full SHA for 89af337
reference/cstdlib/realloc.md
@@ -59,7 +59,7 @@ int main() {
59
std::free(p);
60
std::cerr << "realloc failed" << std::endl;
61
return 1;
62
- }// 拡張後の内容を出力(追加領域の値は未定義)
+ }// 拡張後の内容を出力(追加領域の値は未規定)
63
for (int i = 0; i < 10; ++i) {
64
std::cout << q[i] << ' ';
65
}
0 commit comments