5 ms·
IIRC gets() ?
by bashauma 2mo ago
IIRC gets() ?
- lelanthran 2mo agoI don't think that counts - fgets (the safer replacement) was already in C89. "Modern C" by 1999 already included "Don't use gets()"
- Animats 2mo agoThe 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.