where do I get a scanf implementation?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
posman
Posts: 19
Joined: Fri Sep 05, 2008 12:55 pm

where do I get a scanf implementation?

Post 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
CodeCat
Member
Member
Posts: 158
Joined: Tue Sep 23, 2008 1:45 pm
Location: Eindhoven, Netherlands

Re: where do I get a scanf implementation?

Post 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.
Post Reply