Hi,
Was wondering how to locate resources on the net that tell me the internals of C, how the main() is called? I tried googling with "C internals", "how main() is called" and the like but in vain.
Any pointers on the answer and some resources on the net will be useful.
Thanks,
Anoop.



LinkBack URL
About LinkBacks





That was a reply to SMurf who wanted t o know what exactly I had meant by that. As I said, I would try out Nyda's code. I did. Now I am hunting for resources on the net on those functions, backtrace() and backtrace_symbols(). I did look it up in the execinfo.h but I am sure I can locate detailed info on it.