diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-15 16:35:40 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-15 16:35:40 +0100 |
| commit | 5ecb8aafa496e9dfff51378be50eb29858b5465a (patch) | |
| tree | 312a64f45148d03464c08f309af4a9a46a3f4ec8 /smash/prompt.h | |
| parent | 0d9c643920a9431870983c896fb0b45d87d88afe (diff) | |
add quote parsing to smash
Diffstat (limited to 'smash/prompt.h')
| -rw-r--r-- | smash/prompt.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |