pctl List procs by name
This commit is contained in:
7
user/pctl/macros.h
Normal file
7
user/pctl/macros.h
Normal 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_
|
Reference in New Issue
Block a user