11 #ifndef __SYS_IO_H_INCLUDED__
12 #define __SYS_IO_H_INCLUDED__
38 #endif // __SYS_IO_H_INCLUDED__
SYS_API bool SYSisStdoutTTY()
Synonym for SYSisatty(fileno(stdout))
SYS_API bool SYSisStderrTTY()
Synonym for SYSisatty(fileno(stderr))
SYS_API bool SYSisatty(int fd)
Platform-independent version of isatty()
SYS_API bool SYSisStdinTTY()
Synonym for SYSisatty(fileno(stdin))