Removed POSIX specific code, got variable values

This commit is contained in:
Nate Choe
2022-06-06 12:01:59 -05:00
parent ed99ca0223
commit 39e8f0f84b
7 changed files with 121 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
#define ESCAPE_CHAR '%'
#define INCLUDE_CHAR '@'
#define VAR_CHAR '='
#define VAR_CHAR '>'
#define SET_CHAR '='
#define MAX_INCLUDE_DEPTH 10