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

  1.  
  2. i86_ptr_seg(int offset, int segment)
  3. {
  4. return(segment);
  5. }
  6.  
  7. i86_ptr_offset(int offset, int segment)
  8. {
  9. return(offset);
  10. }
  11.