From d179f1846f9372920ef02f08cfb4d3abe99b383f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 14 Dec 2022 18:26:49 +0100 Subject: first commit --- smash/variables.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 smash/variables.h (limited to 'smash/variables.h') diff --git a/smash/variables.h b/smash/variables.h new file mode 100644 index 0000000..af71ee4 --- /dev/null +++ b/smash/variables.h @@ -0,0 +1,8 @@ +#ifndef VARIABLES_H +#define VARIABLES_H + +void set_variable(const char *name, const char *value); +const char *get_variable(const char *name); +void init_variables(); + +#endif -- cgit v1.2.3-70-g09d2