home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
PCTV1N5.ZIP
/
_HEAP.PAS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1990-10-04
|
159 b
|
14 lines
unit _Heap;
{Heap's private read/write variables}
interface
var
FreeBlocks: word;
MemAvail,
MaxAvail: LongInt;
implementation
end.