Whats the maximum number of hits the counter can handle?
By default compile time option, it can handle digits up to 80 character long which a very large number (99999999999999999999999999999999999999999999999999999999999999999999999999999999). It will not overflow in the life time of the Universe. However, this can be easily increased by editing the MAX_DIGITS directive in count.h :).