This commit is contained in:
ge
2025-12-28 20:42:30 +03:00
commit 7a67749f1f
20 changed files with 1130 additions and 0 deletions

6
dbg.v Normal file
View File

@@ -0,0 +1,6 @@
module runcmd
@[if runcmd_trace ?]
fn printdbg(s string) {
eprintln('runcmd[pid=${v_getpid()}]: ${s}')
}