make the timer fancy

This commit is contained in:
2025-09-01 22:18:12 -04:00
parent 18500e163c
commit 5ba46284fe
4 changed files with 208 additions and 60 deletions

1
include/util.h Normal file
View File

@@ -0,0 +1 @@
#define numlen(x) (x > 0 ? floor(log10(abs(x))) + 1 : 0)