mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
7 lines
159 B
C
7 lines
159 B
C
#ifndef BLTDEFS_H
|
|
#define BLTDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR N_OP_blt(LispPTR destptr, LispPTR sourceptr, LispPTR wordcount);
|
|
#endif
|
|
|