unsigned char u, v, w;

void baz (void)
{
  if ((u - v - w) & 0x80)
    v = 1;
}


syntax highlighted by Code2HTML, v. 0.9.1