#ifndef MODE_H #define MODE_H #include "config.h" void run_normal(void); void run_debug(void); #endif