aboutsummaryrefslogtreecommitdiff
path: root/src/menu/inc/menu.h
blob: 4e92a3f0278e87b1ba66ac9cb8914060ba952610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MENU_H
#define MENU_H

#ifdef __cplusplus
extern "C"
{
#endif

int menu(void);

#ifdef __cplusplus
}
#endif

#endif /* MENU_H */