I have this piece of code in C:
fgets(line, sizeof(line), stdin); allCom[0] = strtok(line, " "); int len = strlen(allCom[0])-1; if(a