#ifndef DUCC_FS_H #define DUCC_FS_H // 'ext' must include '.'. char* replace_extension(const char* file_name, const char* ext); #endif