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