/*
 *  fft_rt.h
 *
 *  Copyright 1995-2000 The MathWorks, Inc.
 *  $Revision: 1.2 $ $Date: 2000/03/08 23:50:46 $
 */

#ifndef fft_rt_h
#define fft_rt_h

#include "tmwtypes.h"

extern void fft(int_T n, real_T *x, real_T *y);

#endif /* fft_rt_h */

/* [EOF] fft_rt.h */
