質問編集履歴

1

情報の補充

2015/11/13 09:27

投稿

ISARIA
ISARIA

スコア19

test CHANGED
@@ -1 +1 @@
1
- 型名が必要
1
+ 型名が必要(C言語:分割コンパイル)
test CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
 
7
7
  ```C
8
+
9
+ /* dft.h */
8
10
 
9
11
  #include<stdio.h>
10
12
 
@@ -146,7 +148,7 @@
146
148
 
147
149
  void sin_waves(double x[], int n, double f1, double f2, double f3);
148
150
 
149
- void dft(const double in[], Complex out[], const int N);
151
+ void dft(const double in[], Complex out[], const int N); //問題の4行目です。
150
152
 
151
153
 
152
154