8 lines
93 B
C
8 lines
93 B
C
|
|
||
|
#ifndef _CLOCK_MENU_
|
||
|
#define _CLOCK_MENU_
|
||
|
|
||
|
bool main_menu(void);
|
||
|
|
||
|
#endif /* _CLOCK_MENU_ */
|