Hi. I'm looking for an implementation of scanf. does any one have one?
Or a link where I can download it?
I already have implemented some functions (getch, putch, printf) but I just can't get scanf
where do I get a scanf implementation?
Re: where do I get a scanf implementation?
Does an OS really need scanf at all?
Anyway if you really need one, you could take a look at the newlib C library. It would have a scanf in there somewhere.
Anyway if you really need one, you could take a look at the newlib C library. It would have a scanf in there somewhere.