From 3ab13be7591161e5dd8ea0fd2830820a5c8d4fee Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 25 Feb 2020 10:56:23 -0500 Subject: Initial commit of user_input.[c,h] --- include/user_input.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/user_input.h (limited to 'include/user_input.h') diff --git a/include/user_input.h b/include/user_input.h new file mode 100644 index 0000000..4e051ed --- /dev/null +++ b/include/user_input.h @@ -0,0 +1,7 @@ +#ifndef SPM_USER_INPUT_H +#define SPM_USER_INPUT_H + +int spm_user_yesno(int answer, int empty_input_is_yes); +void spm_user_yesno_test(); + +#endif //SPM_USER_INPUT_H -- cgit