1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-22 10:21:30 +00:00
Interlisp.maiko/inc/mkcelldefs.h

7 lines
179 B
C

#ifndef MKCELLDEFS_H
#define MKCELLDEFS_H 1
#include "lispemul.h" /* for LispPTR, DLword */
LispPTR N_OP_createcell(LispPTR tos);
DLword *createcell68k(unsigned int type);
#endif