home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / MSGD2SRC.ZIP / MKFP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-30  |  176 b   |  7 lines

  1. /* PUBLIC DOMAIN */
  2.  
  3. #if !defined(MK_FP)
  4. #define MK_FP(seg,ofs)      ((void far *) (((unsigned long)(seg) << 16) | \
  5.                             (unsigned)(ofs)))
  6. #endif
  7.