mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +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
|