teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

加筆

2018/05/13 11:54

投稿

episteme
episteme

スコア16612

answer CHANGED
@@ -1,2 +1,4 @@
1
1
  - 9行目に全角空白あり。
2
- - malloc/free 使うなら #include <stdlib.h>
2
+ - malloc/free 使うなら #include <stdlib.h>
3
+ - int A (int argc, char *argv[]); 不要
4
+ - free() 直後の } 不要

1

加筆

2018/05/13 11:54

投稿

episteme
episteme

スコア16612

answer CHANGED
@@ -1,1 +1,2 @@
1
- 9行目に全角空白あり。
1
+ - 9行目に全角空白あり。
2
+ - malloc/free 使うなら #include <stdlib.h>