1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00
Interlisp.maiko/inc/intcalldefs.h

5 lines
104 B
C

#ifndef INTCALLDEFS_H
#define INTCALLDEFS_H 1
void cause_interruptcall(unsigned int atom_index);
#endif