Next: getservbyname
, Previous: getrusage
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
gets
Removed in POSIX.1-2024.
POSIX.1-2017 specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
fgets
instead.
errno
being set to EINVAL
instead of EAGAIN
on
some platforms:
mingw, MSVC 14.
errno
upon failure.