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