EQN
#define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0)
#define EQN(a, b) (strncmp(a, b, sizeof (a)-1) == 0)