diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-15 21:17:41 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-15 21:17:41 +0100 |
| commit | 02062f0cf84e1cb7fb294de54b0c00db6323c529 (patch) | |
| tree | c71b34ef1ffdeb95fabc0ec10516d13b81984309 /smash/variables.h | |
| parent | 828dd435725ea315abd2ea9875325ee3b17041a9 (diff) | |
add 'cd' to smash
Diffstat (limited to 'smash/variables.h')
| -rw-r--r-- | smash/variables.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/smash/variables.h b/smash/variables.h deleted file mode 100644 index af71ee4..0000000 --- a/smash/variables.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 |