#ifndef COMMONDEFS_H #define COMMONDEFS_H 1 void stab(); void warn(char *s); int error(char *s); int stackcheck(); void stackoverflow(); #endif