diff options
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,4 +15,6 @@ #define _FAIL '?' // final return value from smode_input to indicate an invalid #define _VALID 0 // this may only be used to mark as valid or invalid from the validate functions #define _INVALID -1 // this may only be used to mark as valid or invalid from the validate functions - // _FAIL and _INVALID are sorta tied to eachother
\ No newline at end of file + // _FAIL and _INVALID are sorta tied to eachother + +int smode_input(char *single, char **multiple, uint64_t focus); |