From 799d930c2540933c23a1b6ba28e8e5e4f3bccb64 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 9 Feb 2023 18:05:28 +0100 Subject: add variable system via env --- smash/env.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 smash/env.h (limited to 'smash/env.h') diff --git a/smash/env.h b/smash/env.h new file mode 100644 index 0000000..0c233e9 --- /dev/null +++ b/smash/env.h @@ -0,0 +1,9 @@ +#ifndef SMASH_ENV_H +#define SMASH_ENV_H + +#include "../lib/sys/sizes.h" + +void init_arg_env(int argc, const char **argv); +char *new_line_and_replace_vars(const char *line, u64 n); + +#endif -- cgit v1.2.3-70-g09d2