diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,4 +17,6 @@ fprintf(stderr, __VA_ARGS__); \ } +#define print_log(...) printf(__VA_ARGS__) + #endif |