C:/Users/Dennis/src/lang/Life_start/Life/life-1.02/source/memory.h

Go to the documentation of this file.
00001 /* Copyright 1991 Digital Equipment Corporation.
00002 ** All Rights Reserved.
00003 *****************************************************************/
00004 /*      $Id: memory.h,v 1.2 1994/12/08 23:30:22 duchier Exp $    */
00005 
00006 extern GENERIC heap_alloc();
00007 extern GENERIC stack_alloc();
00008 
00009 extern void garbage();
00010 
00011 extern long memory_check();
00012 
00013 extern void fail_all();
00014 
00015 extern char *GetStrOption();
00016 extern int GetBoolOption();
00017 extern int GetIntOption();

Generated on Sat Jan 26 08:48:07 2008 for WildLife by  doxygen 1.5.4