Printing function stack

Is there any way to print out the whole function stack inside a function?
One way I know is to take the address of the funtion parameter and print some bytes around that.. I am **** sure there is much more efficient way to do the same...
[246 byte] By [srikanth_mk] at [2007-11-20 10:56:50]
# 1 Re: Printing function stack
Got the info in dev-archive itself...

http://www.dev-archive.com/forum/newreply.php?do=newreply&noquote=1&p=1630011

Thanks a lot!!
srikanth_mk at 2007-11-9 1:24:44 >
# 2 Re: Printing function stack
The link is incorrect. It opens a reply page. ;)
cilu at 2007-11-9 1:25:52 >
# 3 Re: Printing function stack
I am sorry!! :)

The following is the link

http://www.dev-archive.com/cpp/misc/misc/stack/article.php/c3875/
srikanth_mk at 2007-11-9 1:26:51 >