utils.h 110 B

12345678910
  1. #ifndef UTIL_H__
  2. #define UTIL_H__
  3. extern int nerrors;
  4. int err(char *msg);
  5. int notimplemented(void);
  6. #endif