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