Hi

>     Well I used gets() but now the gcc is telling me that function
> is dangerous so it should be not used. But insted you can use fgets().
> Uly

Well, the string returned by fgets also contains the newline character at 
the end followed by the '\0', so I guess you'll have to remove that using
another routine.

Reply via email to