home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd6.lzh / SRC / memory.h < prev    next >
Text File  |  1989-12-21  |  306b  |  19 lines

  1. /*
  2.   C BASED FORTH-83 MULTI-TASKING KERNEL MEMORY MANAGEMENT DEFINITIONS
  3.  
  4.   Copyright (c) 1989 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.