stock numeroImpar(num){ return num % 2;}
#define numeroImpar(%0) \ (%0 % 2)#define numeroPar(%0) \ !numeroImpar(%0)