ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/cplusinc/swap.h

This is swap.h in view mode; [Download] [Up]

/* From Ron Guillmette; apparently needed for Hansen's code */

#define swap(a,b) ({ typeof(a) temp = (a); (a) = (b); (b) = temp; })

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.