mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 16:19:10 +00:00
9 lines
168 B
C
9 lines
168 B
C
#ifndef COMMONDEFS_H
|
|
#define COMMONDEFS_H 1
|
|
void stab(void);
|
|
void warn(const char *s);
|
|
int error(const char *s);
|
|
int stackcheck(void);
|
|
void stackoverflow(void);
|
|
#endif
|