Skip to main content
Tweeted twitter.com/StackUnix/status/654974925900488704
edited title
Link
jlliagre
  • 62.5k
  • 11
  • 123
  • 162

where Where is `scanf` implemenationimplementation source code?

Source Link
freddy
  • 365
  • 1
  • 3
  • 8

where is `scanf` implemenation source code?

I want to find C source code for scanf implementation on Linux machine. Googling to find scanf implementation does not tell me the way to find it. I tried to find that source code from gcc source tree using ctags and cscope, but I could not find it. Can anybody please tell me where is scanf function definition, i.e. implementation source code?