diff options
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 |