Separate log and output streams

This commit is contained in:
2026-07-17 20:30:35 +03:00
parent 85cfbb2050
commit 14c3262c14
14 changed files with 101 additions and 106 deletions
+4
View File
@@ -4,6 +4,10 @@
#define NUL 0 // TODO Fix VSCode thinking `NULL` conflicts with some other definition.
#define STDIN 0
#define STDOUT 1
#define STDERR 2
typedef uint64_t exit_code_t;
#define EXIT_CODE_OK 0