char *s = "pippo - pluto";
char *tok[2];
tok[0] = strtok(s, " - ");
tok[1] = strtok(s, " - ");