home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / tile.lzh / tile.1 / src / memory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-26  |  311 b   |  19 lines

  1. /*
  2.   C BASED FORTH-83 MULTI-TASKING KERNEL MEMORY MANAGEMENT DEFINITIONS
  3.  
  4.   Copyright (c) 1989-1990 by Mikael R.K. Patel
  5.  
  6. */
  7.  
  8.  
  9. /* INCLUDED FILES: SYSTEM MEMORY ALLOCATION */
  10.  
  11. #ifdef LINT
  12. #include <malloc.h>
  13. #endif
  14.  
  15. /* EXPORTED MACROS, FUNCTIONS, AND PROCEDURES */
  16.  
  17. VOID memory_initiate();
  18. VOID memory_finish();
  19.