itoa() and utoa() have bad results
Hello,
OK, finally in some common C language documentation I found, that the 3rd argument of the itoa() or utoa() represents numerical base, not the number of the characters to be converted (size). 🙄
However the Additional question stays unanswered.
Best regards
vt