home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume27 / conv123 / part01 / swapb.h < prev   
Text File  |  1993-09-05  |  64b  |  3 lines

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