Skip to main content
2 of 2
edited title
jlliagre
  • 62.5k
  • 11
  • 123
  • 162

Where is `scanf` implementation 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?

freddy
  • 365
  • 1
  • 3
  • 8