#ifndef DUMB_FHT_H
#define DUMB_FHT_H

#ifdef __cplusplus
extern "C" {
#endif

void dumb_fht(float* buf, int log_n);

#ifdef __cplusplus
} // extern "C"
#endif

#endif /* DUMB_FHT_H */
