#ifndef COMPLEX_MUL_HHH #define COMPLEX_MUL_HHH void inline complex_mul(fftwf_complex *in1, fftwf_complex *in2, fftwf_complex *result, unsigned int count); #endif