mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 16:19:10 +00:00
7 lines
166 B
C
7 lines
166 B
C
#ifndef STORAGEDEFS_H
|
|
#define STORAGEDEFS_H 1
|
|
void checkfor_storagefull(register unsigned int npages);
|
|
LispPTR newpage(LispPTR base);
|
|
void init_storage(void);
|
|
#endif
|