#ifndef PCTL_MACROS_H_ #define PCTL_MACROS_H_ #define SUBCMD_ARGS() (args()+1) #define SUBCMD_ARGSLEN() (argslen()-1) #endif // PCTL_MACROS_H_