I am trying to use the function "ultoa" to convert an unsigned long to a string. Unfortunately my Keil compiler does not support this. Does anyone know why it is not supported and if there is a similar function that will support this conversion? Thank you
Does anyone know why it is not supported Because no particularly valid reason it should be. It's not a standard function. and if there is a similar function that will support this conversion? sprintf()