eq
#define eq(a, b) (Strcmp(a, b) == 0)
eq(CARD a, CARD b)
eq(int x)
eq(const char *s1, const char *s2)