tb %PID builtin command

This commit is contained in:
2025-09-29 21:37:48 +02:00
parent 4e8afae5fb
commit 46e52c8d48
4 changed files with 12 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#include "runtime.h"
#include "macros.h"
extern uint64_t PID;
extern PID_t PID;
static InterpResult RES;