diff options
Diffstat (limited to 'src/e2e.h')
-rw-r--r-- | src/e2e.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #include <inttypes.h> #include "eli.h" +#define errorf(fmt, ...) (fprintf(stderr, fmt, ##__VA_ARGS__)) + #define IMAGE_FUNDUS 0x02010201 #define IMAGE_TOMOGRAM 0x02200201 |