STEP
#define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
#define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp))