1 2 3 4 5 6 7
#ifndef DUCC_FS_H #define DUCC_FS_H // 'ext' must include '.'. char* replace_extension(const char* file_name, const char* ext); #endif