4
I have the following line of code:
int a = MAX(b,c);
How to verify macro definition MAX(b,c)
? Sometimes, the same macro is defined in several different ways in a code (for example, depending on the architecture). This would help in these cases.