static bool neqic(S a, S b) { ret !eqic(a, b); } sbool neqic(char a, char b) { ret !eqic(a, b); }