Searched defs:STEP (Results 1 – 2 of 2) sorted by relevance
45 #define STEP temp = *from++,*to++ = *from++,*to++ = temp macro
43 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro