home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
SOUR
/
PCTECH16.ZIP
/
SWAPMAC.C
< prev
next >
Wrap
Text File
|
1991-01-21
|
77b
|
3 lines
#define SWAP(type, x, y)
{##type temp; temp = (x); x = (y); y = temp;}