8 lines
145 B
C
8 lines
145 B
C
#ifndef PCTL_MACROS_H_
|
|
#define PCTL_MACROS_H_
|
|
|
|
#define SUBCMD_ARGS() (args()+1)
|
|
#define SUBCMD_ARGSLEN() (argslen()-1)
|
|
|
|
#endif // PCTL_MACROS_H_
|