mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
8 lines
239 B
C
8 lines
239 B
C
#ifndef Z2DEFS_H
|
|
#define Z2DEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR N_OP_classoc(LispPTR key, LispPTR list);
|
|
LispPTR N_OP_clfmemb(LispPTR item, LispPTR list);
|
|
LispPTR N_OP_restlist(LispPTR tail, int last, int skip);
|
|
#endif
|