1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 07:09:58 +00:00
Interlisp.maiko/inc/xcdefs.h
2020-12-21 18:09:14 +00:00

6 lines
83 B
C

#ifndef XCDEFS_H
#define XCDEFS_H 1
void dispatch(void);
void do_brk(void);
#endif