From: Stuart Johnston Newsgroups: comp.os.msdos.djgpp Subject: DJGPP equivalent of alloc.h -- coreleft() Date: Mon, 13 Apr 1998 17:07:56 -0500 Organization: The University of Texas at Dallas Lines: 10 Message-ID: <35328CBB.1044BF4A@UTDallas.edu> NNTP-Posting-Host: utdppp202.utdallas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a example program that uses alloc.h for the function coreleft() which is supposed to return the amount of free heap space. The program is said to work on Borland C/C++ but when I try to compile it with DJGPP, it can't find alloc.h. Is there is there an equivalent of alloc.h with coreleft() or is there another function that returns the amount of free heap space? Thanks Stuart Johnston