pctl List procs by name

This commit is contained in:
2025-09-19 22:50:34 +02:00
parent 2c0d50a401
commit c94ef4d990
2 changed files with 30 additions and 0 deletions

7
user/pctl/macros.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef PCTL_MACROS_H_
#define PCTL_MACROS_H_
#define SUBCMD_ARGS() (args()+1)
#define SUBCMD_ARGSLEN() (argslen()-1)
#endif // PCTL_MACROS_H_