Is it possible to define a variadic C macro that expand to give every other argument? In other words,
EVEN(A,a,B,b)
expands to