home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l216 / 1.ddi / REALINTS.C < prev    next >
Encoding:
Text File  |  1987-03-23  |  237 b   |  10 lines

  1. /************************************************
  2.      Turbo Prolog Toolbox
  3.      (C) Copyright 1987 Borland International.
  4. ************************************************/     
  5.  
  6. real_ints_0(P1,P2)
  7. double *P1, P2;
  8. { *P1=P2; }
  9.  
  10.