home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 1.ddi / CLIBSRC.ZIP / HEAPLEN.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  793 b   |  30 lines

  1. /*-----------------------------------------------------------------------*
  2.  * filename - heaplen.c
  3.  *
  4.  * function(s)
  5.  *        none
  6.  *-----------------------------------------------------------------------*/
  7.  
  8. /*
  9.  *      C/C++ Run Time Library - Version 5.0
  10.  *
  11.  *      Copyright (c) 1987, 1992 by Borland International
  12.  *      All Rights Reserved.
  13.  *
  14.  */
  15.  
  16.  
  17. /*---------------------------------------------------------------------*
  18.  
  19. Name            _heaplen - the heap  length
  20.  
  21. Usage           extern  unsigned        _heaplen;
  22.  
  23. Description     This module defines the default near heap size.
  24.  
  25. *---------------------------------------------------------------------*/
  26.  
  27. #if !(LDATA)
  28. unsigned        _heaplen = 0x0000;      /* To expand DS as much as possible */
  29. #endif
  30.