#include
<stdio.h>
#include
"macros.h"
int
main( ) { printf(
"max:
%d
\n
"
, MAX(
3
,
7
)); }