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