#include #include #include "tool1.h" #include "tool2.h" int main() { mytool1(); mytool2(); return 0; }