chen
2024-09-10 2c4086173a8915035aee593d16b3ea7edc6f5c15
1
2
3
4
5
6
7
8
9
10
11
#ifndef __MENU_H
#define __MENU_H
 
//#include "main.h"
 
typedef  void (*pFunction)(void);
 
void Main_Menu(void);
 
 
#endif  /* __MENU_H */