SAE11_2021/menu.h

6 lines
54 B
C

#ifndef MENU_H
#define MENU_H
int menu(void);
#endif