2 lines
57 B
C
2 lines
57 B
C
#define numlen(x) (x > 0 ? floor(log10(abs(x))) + 1 : 0)
|
#define numlen(x) (x > 0 ? floor(log10(abs(x))) + 1 : 0)
|