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