home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TIFF / TFTOOL.ZIP / SWAP.H < prev    next >
Encoding:
Text File  |  1988-11-02  |  148 b   |  6 lines

  1. /* swap.h - routines to swap (reverse) words and double words
  2.  *
  3.  */
  4. void swab ARGS((LPSTR, LPSTR, WORD));
  5. void swaw ARGS((LPSTR,LPSTR,WORD));
  6.