diff options
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 |