mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
6 lines
116 B
C
6 lines
116 B
C
#ifndef BINDEFS_H
|
|
#define BINDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR N_OP_bin(LispPTR tos);
|
|
#endif
|