Name: Anonymous 2011-09-05 14:37
I will only cite the following piece of code for dessert:
#define SWAP(a,b,c) c = a;\
a = b;\
a = c
http://www.viva64.com/en/a/0076/
#define SWAP(a,b,c) c = a;\
a = b;\
a = c
http://www.viva64.com/en/a/0076/