make the timer fancy
This commit is contained in:
parent
18500e163c
commit
5ba46284fe
4 changed files with 208 additions and 60 deletions
1
include/util.h
Normal file
1
include/util.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#define numlen(x) (x > 0 ? floor(log10(abs(x))) + 1 : 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue