SAE11_2023/make_test/main.h

8 lines
83 B
C
Raw Normal View History

#ifndef MAIN_H
#define MAIN_H
int main(void);
int menus(void);
#endif /*MAIN_H*/