home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0423.ZIP
/
CCE_0423.PD
/
GPINCL13.ZOO
/
swap.h
< prev
next >
Wrap
Text File
|
1992-04-02
|
133b
|
4 lines
/* From Ron Guillmette; apparently needed for Hansen's code */
#define swap(a,b) ({ typeof(a) temp = (a); (a) = (b); (b) = temp; })