home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c010 / 1.ddi / FLILIB3.ZIP / FLISRC3.ZIP / MAKEPTR.C < prev    next >
Encoding:
Text File  |  1989-11-10  |  117 b   |  9 lines

  1.  
  2. /* just fool compiler into treating offset/seg as a pointer */
  3.  
  4. void *i86_make_ptr(void *p)
  5. {
  6. return(p);
  7. }
  8.  
  9.