So speaking of fgets would this be more acceptable? 

char *input;
fgets(input,(10)+2),stdin);

Is that valid C ?

Bill

Reply via email to