From 828dd435725ea315abd2ea9875325ee3b17041a9 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Thu, 15 Dec 2022 18:20:33 +0100 Subject: did this while lecture (builtins, parsing, exec and env by stdlib) --- smash/exec.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 smash/exec.h (limited to 'smash/exec.h') 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 -- cgit v1.2.3-70-g09d2