Huge amount of work. Does not even nearly compile, but it's nearer.

This commit is contained in:
Simon Brooke 2026-03-28 23:46:14 +00:00
parent 1afb1b9fad
commit cae27731b7
31 changed files with 407 additions and 96 deletions

View file

@ -1,7 +1,7 @@
/**
* debug.h
* debug.c
*
* Post Scarcity Software Environment: entry point.
* Post Scarcity Software Environment: debugging messages.
*
* Print debugging output.
*
@ -10,6 +10,8 @@
* Licensed under GPL version 2.0, or, at your option, any later version.
*/
#include <stdarg.h>
#include "debug.h"
int verbosity = 0;