divmod10() : a fast replacement for /10 and %10 (unsigned)

In a quick real-world test the result I got was 3.1245us as an inline function.

speechless ...

@Paul, there is a serious new candidate for Print.cpp :wink:

Recall we came from

   i/10      38.6920 us
   i%10      38.6120 us