blob: b6171bbcdf08129c30e1da7e07804df959526991 [file] [log] [blame]
int
lx (int oi, int mb)
{
return (oi < mb) < (mb < oi);
}