1 
2 /* The following functions are in the file "subs.c" */
3 
4 extern void        fft(float *x_real, float *x_imag, float *energy, float *phi);
5