mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
7 lines
206 B
C
7 lines
206 B
C
#ifndef ALLOCMDSDEFS_H
|
|
#define ALLOCMDSDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR, DLword */
|
|
LispPTR initmdspage(LispPTR *base, DLword size, LispPTR prev);
|
|
LispPTR *alloc_mdspage(short int type);
|
|
#endif
|