6 lines
54 B
C
6 lines
54 B
C
|
#ifndef MENU_H
|
||
|
#define MENU_H
|
||
|
|
||
|
int menu(void);
|
||
|
|
||
|
#endif
|