/* * main.h * * Created on: 2023年7月4日 * Author: User */ #ifndef _MAIN_H_ #define _MAIN_H_ #include "config.h" void init(); void core(); #endif