#ifndef TYPEOFDEFS_H
#define TYPEOFDEFS_H 1
#include "lispemul.h" /* for LispPTR */
LispPTR N_OP_dtest(LispPTR tos, int atom_index);
LispPTR N_OP_instancep(LispPTR tos, int atom_index);
#endif
