Create menu.h

This commit is contained in:
Jason Bou-Samra
2024-10-09 20:04:34 +11:00
committed by GitHub
parent 4d0c539c35
commit e6abd98698
+6
View File
@@ -0,0 +1,6 @@
#ifndef MENU_H
#define MENU_H
int menu(void);
#endif