/* * Error routines for the imlac simulation. */ #ifndef ERROR_H #define ERROR_H void error(char *fmt, ...); #endif