DEBSOURCES
Skip Quicknav
sources / autotalent / 0.2-4 / mayer_fft.h
123456789
#ifndef MAYER_H #define MAYER_H #define REAL float void mayer_realfft(int n, REAL *real); void mayer_realifft(int n, REAL *real); #endif