SAE11_2023/include/main.h
2023-12-10 18:38:56 +01:00

8 lines
83 B
C

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