質問編集履歴

2

ファイルの分割を増やしました

2021/06/02 12:25

投稿

cat_is_freedom
cat_is_freedom

スコア6

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  #include <stdio.h>
6
6
 
7
- #include "lib1.h"
7
+ #include "lib.h"
8
8
 
9
9
 
10
10
 
@@ -20,15 +20,13 @@
20
20
 
21
21
  ```
22
22
 
23
- lib.h
23
+ lib.c
24
24
 
25
25
  ```ここに言語を入力
26
26
 
27
27
  #include <stdio.h>
28
28
 
29
-
30
-
31
- int func1(int a , int b);
29
+ #include "lib.h"
32
30
 
33
31
 
34
32
 
@@ -39,6 +37,16 @@
39
37
  }
40
38
 
41
39
  ```
40
+
41
+ lib.h
42
+
43
+ ```ここに言語を入力
44
+
45
+ int func1(int a , int b);
46
+
47
+ ```
48
+
49
+
42
50
 
43
51
 
44
52
 

1

不備

2021/06/02 12:25

投稿

cat_is_freedom
cat_is_freedom

スコア6

test CHANGED
File without changes
test CHANGED
@@ -42,4 +42,12 @@
42
42
 
43
43
 
44
44
 
45
+
46
+
45
47
  のようにファイルを分割した場合、makefileを作成しmakeするだけで.exeファイルまで作成させれるようにするには、makefileに何を記述したら良いのでしょうか?
48
+
49
+
50
+
51
+ コンパイラ bcc32
52
+
53
+ 環境 windows10