home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / tvision / dpmi / clib / heaplen.cpp < prev    next >
Encoding:
Text File  |  1994-05-22  |  275 b   |  10 lines

  1. //=====================================================================
  2. //
  3. //    heaplen.cpp
  4. //
  5. //    specify default starting heap length
  6. //
  7. //=====================================================================
  8.  
  9. unsigned long _protheaplen = 0x40000l;  // 256K of heap
  10.