Module Iobuf.Itoa

val num_digits : int -> int

num_digits x returns the number of digits in x.

(num_digits 0 is defined as 1).