/* veile.tc - lrb - 10/14/2010 /* this important tiny-c function (veile) may be used to /* test the integrity of a website (safe to download from etc.) /* if it displays Gronk!, avoid like the plague /* if it displays Yea!, trust completely ceq char s(0),t(0) /* rpb [ /* returns 1 if strings are equal else returns 0 int slen,tlen,i slen=strlen(s);tlen=strlen(t) if (slen!=tlen) return 0 for (i=0;i