7 lines
80 B
C
7 lines
80 B
C
// header guard
|
|
#ifndef _ba_mm_hg_
|
|
#define _ba_mm_hg_
|
|
|
|
void main_menu();
|
|
|
|
#endif |