Convert codebase to C89 compatibility and update test scripts

This commit is contained in:
2026-04-29 10:20:30 +02:00
parent 189c21667b
commit 146aa4d9d1
14 changed files with 287 additions and 192 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
#include <stdio.h>
int main(int argc, char** argv) {
puts("Hello, world");
}
puts("Hello, world");
return 0;
}