I would like to add the following code in the first line of every function defenition
printf(__FUNCTION__);
how to do this using the preprocessor?
I would like to add the following code in the first line of every function defenition
printf(__FUNCTION__);
how to do this using the preprocessor?