From f5296e1324f0ecf397e752793a9772e71a9ba31a Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 16 Nov 2025 12:31:11 +0100 Subject: debug output to stdout --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index ae7d61f..1936c32 100644 --- a/common.h +++ b/common.h @@ -136,6 +136,7 @@ struct option { }; uchar any; } dbg; + struct wbuf *dbgout; }; extern struct option ccopt; extern struct inclpaths { -- cgit v1.2.3