1f4573bd6d0eb391b40ad848ec5c6c57e423633c
[gnulib.git] / doc / posix-functions / gets.texi
1 @node gets
2 @section @code{gets}
3 @findex gets
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gets.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function should never be used, because it can overflow any given buffer.
17 @item
18 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
19 upon failure.
20 @end itemize