I have the following line of code:
int a = MAX(b,c);
How to check the definition of the MAX(b,c)
macro? 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.