sample.c
#define ELEMENTS 100
int a[ELEMENTS];
#define max(x,y) ((x)>(y)?(x):(y))
max(func(a),func(b))