Added -n option to diable print newline

This commit is contained in:
2023-02-13 15:51:34 +00:00
parent 1ed114b80d
commit b55b8e879e
3 changed files with 15 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ typedef struct {
char* outfile; //defaults to out.tb
char* source;
char* initialfile;
bool enablePrintNewline;
bool verbose;
} Toy_CommandLine;