6 lines
84 B
C
6 lines
84 B
C
// header guard
|
|
#ifndef _ba_ti_hg_
|
|
#define _ba_ti_hg_
|
|
|
|
void timetable_page();
|
|
#endif |