質問編集履歴
1
mallocのヘッダをインクルードし忘れた
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
|
6
6
|
```C++
|
7
7
|
#include <stdio.h>
|
8
|
+
#include <malloc.h>
|
8
9
|
|
9
10
|
void setData(int** data, int size);
|
10
11
|
|