char* strtok(char* s, const char* t);

A sequence of calls to strtok returns tokens from s delimted by a character in ct. Non-NULL s indicates the first call in a sequence. ct may differ on each call. Returns NULL when no such token found.


NON HO CAPITO BENE LA FUNZIONE DEI TOKEN ....