macors and semicolons

Bernd Raichle raichle at azu.informatik.uni-stuttgart.de
Tue Jun 25 00:18:10 AEST 1991


>From FAQ(comp.lang.c):
Use #define SWAP(a, b) do{int c;  c = a; a = b; b = c}while(0)

-bernd



More information about the Comp.std.c mailing list