/*
 *  dspifft_rt.h
 *
 *  Copyright 1995-2000 The MathWorks, Inc.
 *  $Revision: 1.2 $ $Date: 2000/03/03 23:01:20 $
 */

#ifndef dspifft_rt_h
#define dspifft_rt_h

#include "dsp_rt.h"

extern void dspifft(const int_T n, creal_T *y);

#endif /* dspifft_rt_h */

/* [EOF] dspifft_rt.h */
