MAX_CMDLINE
len = MIN(MAX_CMDLINE - 1, num);
if (fgets(cmdline, MAX_CMDLINE, stdin) == NULL)
static char cmdline[MAX_CMDLINE];