home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
gnuforth
/
src
/
memory.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-05-19
|
311b
|
19 lines
/*
C BASED FORTH-83 MULTI-TASKING KERNEL MEMORY MANAGEMENT DEFINITIONS
Copyright (C) 1989-1990 by Mikael R.K. Patel
*/
/* INCLUDED FILES: SYSTEM MEMORY ALLOCATION */
#ifdef LINT
#include <malloc.h>
#endif
/* EXPORTED MACROS, FUNCTIONS, AND PROCEDURES */
VOID memory_initiate();
VOID memory_finish();