Hello the great gurus
I'm quite new to this, so perhaps I'm asking a simple and trivial question (which is good, because you'll answer for sure

)))
Anyway. I have an amount of *.c files (about 100), and what I want to do, is to surround a specific function call with #ifdef and #endif.
Example:
Should be
Code:
#ifdef JUST_DONT
MyFunc(a,b,c);
#endif
Now how do I do that?
Thank you very very much.
