Is there any macro that produces the function name of the function that uses this macro ?
For example :
int foo( int a ) { printf( __FUNCTION_NAME__ " a = %d", a ); . . . }
Thanks,
Vu
int foo( int a ) { printf( __FUNCTION_NAME__ " a = %d", a ); . . . }