add flag handling and header guards
This commit is contained in:
+7
-1
@@ -1 +1,7 @@
|
||||
void main_menu();
|
||||
// header guard
|
||||
#ifndef _ba_mm_hg_
|
||||
#define _ba_mm_hg_
|
||||
|
||||
void main_menu();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user