Separate log and output streams
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user