From dffe48ee9dec21e3dbcb374f938d747da8d66f12 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 14 Feb 2023 09:33:29 +0100 Subject: add set env variables --- smash/variable.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 smash/variable.h (limited to 'smash/variable.h') diff --git a/smash/variable.h b/smash/variable.h new file mode 100644 index 0000000..1c212f1 --- /dev/null +++ b/smash/variable.h @@ -0,0 +1,8 @@ +#ifndef VARIABLE_H +#define VARIABLE_H + +char *setup_variable_line_context(char *line); +void cleanup_variable_line_context(); +int get_end_fd(); + +#endif -- cgit v1.2.3-70-g09d2