aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index f050048..03e8856 100644
--- a/src/log.h
+++ b/src/log.h
@@ -17,4 +17,6 @@
fprintf(stderr, __VA_ARGS__); \
}
+#define print_log(...) printf(__VA_ARGS__)
+
#endif