#ifndef __READWAVE_H__ #define __READWAVE_H__ #include "programs.h" void read_wave(const char *fn, custom_wave_t *result); #endif