diff options
Diffstat (limited to 'lisiblepng/src/log.h')
| -rw-r--r-- | lisiblepng/src/log.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisiblepng/src/log.h b/lisiblepng/src/log.h deleted file mode 100644 index fba6820..0000000 --- a/lisiblepng/src/log.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef LISIBLE_PNG_LOG_H -#define LISIBLE_PNG_LOG_H - -#include <stdio.h> - -#define LOG0(fmt) fprintf(stderr, fmt "\n") -#define LOGN(fmt, ...) fprintf(stderr, fmt "\n", __VA_ARGS__) - -#endif // LISIBLE_PNG_LOG_H |
