Hi All,

I would like to know if there are any built-in return handlers in C like atexit function.... I have a requirement to trace the a function call's return status...
I want to set a function ptr to be called on return from a function.

TIA