This project leverages existing implementations of printf and scanf functionalities sourced from mpaland/printf and MuratovAS/mini-scanf adapting them to integrate seamlessly with custom I/O ...
</pre> <BR>The problem is that if a number that begins with a zero is entered, its put in the 'number' variable as an octal. I would like it so its stored as an integer since i have to do ...