utils.h 89 B

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