Huge amount of work. Does not even nearly compile, but it's nearer.
This commit is contained in:
parent
1afb1b9fad
commit
cae27731b7
31 changed files with 407 additions and 96 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue