diff options
-rw-r--r-- | 7ed.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,8 @@ #include "input.h" #include <stdint.h> +// Hej hej!! + #define VERSION 1 #define USAGE "7ed [OPTION] [FILENAME]\n" \ "\nVALID COMMAND-LINE OPTIONS:\n\n"\ @@ -83,4 +85,4 @@ int main (int argc, char *argv[]) { return EXIT_SUCCESS; -}
\ No newline at end of file +} |