Files
womblic/include/util.h
2025-09-01 23:51:53 -04:00

2 lines
57 B
C

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