7 lines
56 B
C
7 lines
56 B
C
|
#ifndef MENU_H
|
||
|
#define MENU_H
|
||
|
|
||
|
void menu(void);
|
||
|
|
||
|
#endif
|