1 2 3 4 5 6 7 8 9
#ifndef DUMMY_FUNCTIONS_H_ #define DUMMY_FUNCTIONS_H_ #include "globals.h" void Main_return_to_local(); #endif