Fixed negation issue, moved some scripts to test/

This commit is contained in:
2022-08-20 07:20:29 +01:00
parent 2bf721867b
commit 8309535bbe
12 changed files with 109 additions and 54 deletions

View File

@@ -9,7 +9,7 @@
//utils
static void stdoutWrapper(const char* output) {
fprintf(stdout, output);
fprintf(stdout, "%s", output);
}
//buffer the prints