1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00
Interlisp.maiko/inc/returndefs.h

7 lines
175 B
C

#ifndef RETURNDEFS_H
#define RETURNDEFS_H 1
#include "lispemul.h" /* for DLword */
void OP_contextsw(void);
void contextsw(DLword fxnum, DLword bytenum, DLword flags);
#endif