From The GNU C Programming Tutorial:
The fgets (\"file get string\") function is similar to the gets function. This function is dep
fgets
This is just GNU propaganda. In no official sense is fgets deprecated. gets however is dangerous and deprecated.
gets