Keil provides an atoi (char to integer conversion) function in its standard libraries. I can't seem to find the reverse routine itoa (integer to char conversion). Does one exist? Which library should I include?