#ifndef UTIL_H__ #define UTIL_H__ extern int nerrors; int err(char *msg); int notimplemented(void); #endif