debug.h 132 B

12345
  1. /* For debugging general purposes */
  2. extern int verbose;
  3. int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));