1 2 3 4 5
#ifndef FILES #define FILES const char *get_filename_ext(const char *filename); void cpdir(const char *path, const char *dest); #endif