careadlinkat: Use 'restrict'.
[gnulib.git] / doc / posix-functions / isatty.texi
blob29eee74e2d8496b23ff7ba03c2a6f2688128bd89
1 @node isatty
2 @section @code{isatty}
3 @findex isatty
5 POSIX specification:@* @url{https://pubs.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 On native Windows, this function returns false for Cygwin consoles.
16 @item
17 This function crashes when invoked with invalid arguments on some platforms:
18 MSVC 14.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize