mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
6 lines
83 B
C
6 lines
83 B
C
#ifndef XCDEFS_H
|
|
#define XCDEFS_H 1
|
|
void dispatch(void);
|
|
void do_brk(void);
|
|
#endif
|