mcmp
extern int mcmp(MINT *, MINT *);
int mcmp = memcmp(pKey1, pKey2, (nKey1 <= nKey2)?nKey1:nKey2);
if( mcmp == 0){
return ((mcmp>0)?1:-1);