5 lines
79 B
C
5 lines
79 B
C
// header guard
|
|
#ifndef _ba_mp_hg_
|
|
#define _ba_mp_hg_
|
|
void marks_page();
|
|
#endif |