Searched defs:TYPE (Results 1 – 1 of 1) sorted by relevance
8923 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} argument
Completed in 316 milliseconds