From e90c4a77b7783468048bc4bc49eb0423ae676a78 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Mar 2016 16:06:21 -0400 Subject: stuff --- util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 121d81b..0432a57 100644 --- a/util.h +++ b/util.h @@ -13,6 +13,9 @@ #define _(str) str #endif +#define log(...) error(0, 0, __VA_ARGS__) +#define debug(...) error(0, 0, __VA_ARGS__) + void *xrealloc(void *ptr, size_t size); bool is_numeric(const char *str); int get_fd(const char *addr); -- cgit v1.2.3-54-g00ecf