回答編集履歴

1

ヘッダのインクルードを追加

2021/07/12 13:55

投稿

neconekocat
neconekocat

スコア443

test CHANGED
@@ -1,6 +1,10 @@
1
1
  fopen_sの戻り値はerrno_tです。
2
2
 
3
3
  ```C++
4
+
5
+ #include <errno.h>
6
+
7
+
4
8
 
5
9
  FILE *fp;
6
10