aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
blob: 949ecceaca89f5e3131fa73f6a21c8141bd094ca (plain)
1
2
3
4
5
6
7
8
9
10

#include <stdarg.h>

#include "arg.h"

void edie(char *fmt, ...);
void die(char *fmt, ...);
void dbg(char *fmt, ...);

extern int dodebug;