1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00
Interlisp.maiko/inc/commondefs.h
2021-01-05 10:26:02 -08:00

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