home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------------------------------------------------------*
- * filename - heaplen.c
- *
- * function(s)
- * none
- *-----------------------------------------------------------------------*/
-
- /*[]------------------------------------------------------------[]*/
- /*| |*/
- /*| Turbo C Run Time Library - Version 3.0 |*/
- /*| |*/
- /*| |*/
- /*| Copyright (c) 1987,1988,1990 by Borland International |*/
- /*| All Rights Reserved. |*/
- /*| |*/
- /*[]------------------------------------------------------------[]*/
-
-
- /*---------------------------------------------------------------------*
-
- Name _heaplen - the heap length
-
- Usage extern unsigned _heaplen;
-
- Description This module defines the default near heap size.
-
- *---------------------------------------------------------------------*/
-
- #if !(LDATA)
- unsigned _heaplen = 0x0000; /* To expand DS as much as possible */
- #endif
-