#ifndef FFT_H #define FFT_H void fft(int,double*,double*); #endif