home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / BOOSTERS.ZIP / HEAPAT.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1985-11-03  |  314 b   |  7 lines

  1. { ----------------------------------------------
  2.   HEAPAT sets attribute byte on Page [n] of heap
  3.   ---------------------------------------------- }
  4. Procedure HEAPAT ( Page : HeapBuf;
  5.                    X1,Y1,X2,Y2 : Integer;
  6.                    Attribute   : Byte);
  7.                    external 'Heapat.com';