WXK
2025-04-17 8a2a686ae7a102b628f0a2b6c63b73b3f5ce573b
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 */