1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 11:52:25 +00:00
Files
Interlisp.maiko/inc/findkeydefs.h

6 lines
138 B
C

#ifndef FINDKEYDEFS_H
#define FINDKEYDEFS_H 1
#include "lispemul.h" /* for LispPTR */
LispPTR N_OP_findkey(LispPTR tos, int byte);
#endif