La struttura l'ha mostrata
#define MAX 30
struct candidato {
char cognome [MAX];
char nome[MAX];
char partito[MAX];
int voti;
struct candidato *pun };
Ora sta a lui scrivere la funzione che sostituisca la strtok (con l'uso della strchr) e che tenga conto dei casi ++