1 2 3 4 5
#ifndef MUON_INSTALL_H #define MUON_INSTALL_H #include <stdbool.h> bool install_run(const char *build_root); #endif