1 2 3 4 5 6 7
#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 */