I must be making some obvious mistake but this works with other compilers: char test[] = "MMMMMMMMMMMMM"; //Just some characters to mark the memory utoa((unsigned)123, test, 10);I see the MMMs (0x4D4D 0x4D4D ...) starting at RAM location 0xCF6 but utoa do..
↧