Searched defs:SWAP (Results 1 – 1 of 1) sorted by relevance
70 #define SWAP(x1,x2) { int n=x1; x1=x2; x2=n; } macro
Completed in 8 milliseconds