Files
SAE11_2023/snake/time.h
2023-12-10 22:51:50 +01:00

11 lines
74 B
C

#ifndef TIME_H
#define TIME_H
void time(void);
#endif /* TIME_H */