Let's say for eg. I have one common function say 'common_func' and it can be called by any other functions. If func1, makes a call to common_func, I need to determine in common_func that this call was made by func1. If func2 makes a call to common_func, that this call was made by func2.
I need a way to figure out which function made a function call to common_func.
I don't know if I am making sense.
Thanks,
-V
I need a way to figure out which function made a function call to common_func.
I don't know if I am making sense.
Thanks,
-V
Comment