diff options
Diffstat (limited to 'smash/exec.h')
| -rw-r--r-- | smash/exec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smash/exec.h b/smash/exec.h new file mode 100644 index 0000000..74780b0 --- /dev/null +++ b/smash/exec.h @@ -0,0 +1,6 @@ +#ifndef EXEC_H +#define EXEC_H + +void exec(char *line); + +#endif |