Include 'running since' in the footer

This commit is contained in:
kamkow1
2025-06-18 02:00:52 +02:00
parent a90517c4da
commit e9a95c2c54
9 changed files with 56 additions and 3 deletions

7
timer.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef TIMER_H_
#define TIMER_H_
void start_timer(void);
void get_timer_string(char *output, size_t size);
#endif // TIMER_H_