diff options
author | Oskar <> | 2024-03-21 20:55:19 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-21 20:55:19 +0100 |
commit | 98f7b8859621ecc30dce84fdb67f4499305e8e34 (patch) | |
tree | 7fb09c5c3ec386f1e8298123929872c0879b9ba0 /i_validation.h | |
parent | bcfd89d55643bce5ebe5b8c01cea4a056f32303a (diff) |
Moving around alot of code now. It probably wont compile
Diffstat (limited to 'i_validation.h')
-rw-r--r-- | i_validation.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i_validation.h b/i_validation.h index a7a7fe4..e2981ad 100644 --- a/i_validation.h +++ b/i_validation.h @@ -6,6 +6,14 @@ #include "7ed.h" #include <stdint.h> +#define _PLUS_ONLY 1 +#define _PLUS_CONTINUE 2 +#define _PLUS_NOTHING 3 +#define _IMM_NUMBER 4 +#define _IMM_NOTHING 5 +#define _CONTINUE 6 +#define _NA 7 + int validate_L(char *smode_buf); int validate_N(char *smode_buf);
\ No newline at end of file |