Possible Duplicate:
Where to find stdio.h functions implementations?
In C i have been using headers that contain prototypes and declarations of functions provided by the libraries, but where are functions like printf
, scanf
, etc. stored?
Where are they stored?
In which directory?
Why can't i find them? Are they stored as object files?