From 5ecb8aafa496e9dfff51378be50eb29858b5465a Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 15 Feb 2023 16:35:40 +0100 Subject: add quote parsing to smash --- smash/prompt.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 smash/prompt.h (limited to 'smash/prompt.h') diff --git a/smash/prompt.h b/smash/prompt.h new file mode 100644 index 0000000..143a537 --- /dev/null +++ b/smash/prompt.h @@ -0,0 +1,6 @@ +#ifndef PROMPT_H +#define PROMPT_H + +void prompt(); + +#endif -- cgit v1.2.3-70-g09d2