e' normale..
mi pare che la fgets non si fermi agli spazi..
:master: pero' forse mi sbaglio..
comunque basta fare un ciclo
(pseudocodice)..
while(a=fgetc()!='\n')
miastringa[i++]=a;