home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / conv123 / part01 / swapb.h < prev   
Encoding:
C/C++ Source or Header  |  1993-09-05  |  64 b   |  3 lines

  1. # define swapb(i) ((i & 0377) * 256)  +  ((i & 0177400) / 256)
  2.  
  3.