command_Interpret
if ((argc = command_Interpret(prog, strlen(prog), argv)) <= 0) {
return command_Interpret(buff, nb, argv);
extern int command_Interpret(char *, int, char *vector[MAXARGS]);
argc = command_Interpret(nuke, strlen(nuke), argv);
argc = command_Interpret(nuke, strlen(nuke), argv);