For user functions, the compiler shouldn't do that unless you specify #inline before the respective function. Or there must be a particular condition, I'm not aware of.
Thanks for the reply.
It will not work. My wrapper function now merely contains the same 4 instances.
This is all my own code, no library calls. I don't understand why placing the foo() call underne ...
I am compiling for a pic10f202. I noticed that under certain circumstances, my function calls are being treated more like macros. For instance, in certain cases I have a function foo() which ta ...