Y
Hacker News
new
|
ask
|
show
|
jobs
by
bashauma
15 days ago
IIRC gets() ?
1 comments
lelanthran
14 days ago
I don't think that counts - fgets (the safer replacement) was already in C89.
"Modern C" by 1999 already included "Don't use gets()"
link
Animats
12 days ago
The key concept of an "edition" is that you can deprecate stuff. "gets()" should have been pulled from the standard library around 1990 or so, along with "strcat" and its frenemies.
link
"Modern C" by 1999 already included "Don't use gets()"