1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-28 20:41:30 +00:00
Files
Interlisp.maiko/inc/storagedefs.h

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