#ifndef OS_H #define OS_H char* scan_for_wav_pretty(const char *directory_path); char* scan_for_wav(const char *directory_path); #endif /* OS_H */