diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:55:28 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:55:28 +0100 |
commit | e65fc4b791951f31d11510b3e214acb42b91730d (patch) | |
tree | 1680a03a7797c7d83b73b12772e3d7bab2e41d81 /buff.h | |
parent | 652ef404582555d9f7fca855424108a57cdea3ad (diff) |
delete_lines refactoredrefactor
Diffstat (limited to 'buff.h')
-rw-r--r-- | buff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <stdlib.h> #include <string.h> -#define E printf("?\n") +#define E fprintf(stderr, "?\n") #define CHECKADDR if (addr1 < addr2){ E; break;} |