diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-07-16 13:47:38 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-07-16 13:47:38 +0200 |
commit | 69a1aa93b81415a082dc4b5cecaad3d0dc0a97a6 (patch) | |
tree | 1faf77f269c5c43498b44309140a01de83cb0182 /src/e2e.h | |
parent | 0a25815768786155371db7154da84d9cdfc43b3f (diff) |
Basics of MAT exporting
Diffstat (limited to 'src/e2e.h')
-rw-r--r-- | src/e2e.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ #include <uthash.h> #include "eli.h" -#define errorf(fmt, ...) (fprintf(stderr, fmt, ##__VA_ARGS__)) - #define E2E_NONE 0xffffffff #define E2E_IMAGE_FUNDUS 0x02010201 |