modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / isatty.texi
blob2def9640b0299b96a80a6dc9b9a17bf4e95f04ac
1 @node isatty
2 @section @code{isatty}
3 @findex isatty
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isatty.html}
7 Gnulib module: isatty
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On native Windows, this function also returns true for character devices such
13 as @file{NUL}.
14 @item
15 This function crashes when invoked with invalid arguments on some platforms:
16 MSVC 9.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize