diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-08-25 10:27:06 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-08-25 10:27:06 +0200 |
commit | 8541f7c76a166447931bbe85102c7e125c466610 (patch) | |
tree | d51d3c877ba165d138119e9dbf08744696c6d8bc /src/log.h | |
parent | cmd -> msg (diff) | |
download | cimple-8541f7c76a166447931bbe85102c7e125c466610.tar.gz cimple-8541f7c76a166447931bbe85102c7e125c466610.zip |
log: add print_log macro
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 |