home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / HEAP2SCR.ZIP / HEAP2SCR.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1980-01-01  |  345 b   |  8 lines

  1. Procedure Heap2Scr ( Page : HeapBuf;
  2.                      X1   : ColumnType;
  3.                      Y1   : RowType;
  4.                      X2   : ColumnType;
  5.                      Y2   : RowType;
  6.                      X3   : ColumnType;
  7.                      Y3   : RowType
  8.                                         ); external 'B:\Heap2scr.com';