char *_s, hex[3];
int i = 0, j = 0, n_hex = 0, dim = 0;
n_hex = countHexElements(s);
dim = (strlen(s) + 1) - (n_hex * 2);
if((_s = malloc(sizeof(char) * dim)) == NULL) <--- errore
exit(1);
errore = Invalid conversion from void* to char*
mi aiutate???
grazie tante