Hi
I am reading documents about stack frame. But i really confused about where the stack frame of func. is.
For example here
http://courses.ece.uiuc.edu/ece390/l...ckwood/l8.html
It doesnt include local variables to stack frame
But here
http://en.wikipedia.org/wiki/Call_stack
it includes.

So can anyone explain me which one is true?
What is the procedure for function call in c?

I am looking for your answers

Thanks.