diff options
Diffstat (limited to 'i_validation.h')
-rw-r--r-- | i_validation.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/i_validation.h b/i_validation.h new file mode 100644 index 0000000..a7a7fe4 --- /dev/null +++ b/i_validation.h @@ -0,0 +1,11 @@ +#include <stdlib.h> +#include <stdio.h> +#include <unistd.h> +#include <string.h> +#include <errno.h> +#include "7ed.h" +#include <stdint.h> + +int validate_L(char *smode_buf); + +int validate_N(char *smode_buf);
\ No newline at end of file |