How to access multiple instances of stack frame in C

余生长醉 提交于 2019-12-11 11:56:39

问题


I'm attempting to write a function that is called at the end of a recursive invocation of foo(). This function will access the stack frame to display all passed arguments into foo() at the time of each invocation. I am totally confused as to how I can access the stack frame in this manner. Appreciate any insights on the matter, thank you!

来源:https://stackoverflow.com/questions/33663546/how-to-access-multiple-instances-of-stack-frame-in-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!