#ifndef _MULT_H_
#define _MULT_H_

void mul_complex(float *out, float *a, float *b, int len);

#endif /* _MULT_H_ */
