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?
|
|||||||||
|
It's in
|
|||||||||||||
|