/* soundfft.c */ extern int *BitReversed; extern void InitializeFFT(int fftlen); extern void EndFFT(void); extern void RealFFT(short *buffer);