mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 07:09:58 +00:00
5 lines
104 B
C
5 lines
104 B
C
#ifndef INTCALLDEFS_H
|
|
#define INTCALLDEFS_H 1
|
|
void cause_interruptcall(unsigned int atom_index);
|
|
#endif
|