aboutsummaryrefslogtreecommitdiff
path: root/smash/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'smash/env.h')
-rw-r--r--smash/env.h9
1 files changed, 9 insertions, 0 deletions
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