Files
aboba/timer.h
2025-06-18 02:00:52 +02:00

8 lines
129 B
C

#ifndef TIMER_H_
#define TIMER_H_
void start_timer(void);
void get_timer_string(char *output, size_t size);
#endif // TIMER_H_