diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-11-16 12:38:37 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-11-16 12:38:37 -0600 |
commit | 57331ba9756df043b5c665aa4952a0a7b38799e5 (patch) | |
tree | 0feb2ca5cbe38744088845b8bb105673016c1fac /src/value.c |
Initial commit
Diffstat (limited to 'src/value.c')
-rw-r--r-- | src/value.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.c b/src/value.c new file mode 100644 index 0000000..66d388c --- /dev/null +++ b/src/value.c @@ -0,0 +1 @@ +#include "value.h" |