Page 1 of 1

where do I get a scanf implementation?

Posted: Wed Nov 12, 2008 5:55 pm
by posman
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

Re: where do I get a scanf implementation?

Posted: Wed Nov 12, 2008 5:58 pm
by CodeCat
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.