This commit is contained in:
veclavtalica
2025-01-30 05:10:38 +03:00
parent 74d7190c62
commit 7074e7499a
5 changed files with 13 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#define TWN_TIMER_H
#include <stdbool.h>
#include <stdbit.h>
#include <stdint.h>
bool start_sanity_timer(uint32_t milliseconds_to_expire);
bool end_sanity_timer(void);