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

@ -22,4 +22,6 @@ typedef struct {
size_t usemem;
} ProcStat;
typedef uint64_t PID_t;
#endif // SHARE_HDRS_PROCESSCTL_H_