1 2 3 4 5 6
#ifndef COPY_INSTALL_H #define COPY_INSTALL_H void copy_install(const char *build_dir); #endif