1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 15:43:04 +00:00
Files
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