summaryrefslogtreecommitdiff
path: root/choice.h
diff options
context:
space:
mode:
Diffstat (limited to 'choice.h')
-rw-r--r--choice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/choice.h b/choice.h
new file mode 100644
index 0000000..b65844b
--- /dev/null
+++ b/choice.h
@@ -0,0 +1,4 @@
+#pragma once
+
+void choice_begin(const char *s);
+char choice_result(void);