HDK
|
Go to the source code of this file.
Functions | |
SYS_API bool | SYSisatty (int fd) |
Platform-independent version of isatty() More... | |
SYS_API bool | SYSisStdinTTY () |
Synonym for SYSisatty(fileno(stdin)) More... | |
SYS_API bool | SYSisStdoutTTY () |
Synonym for SYSisatty(fileno(stdout)) More... | |
SYS_API bool | SYSisStderrTTY () |
Synonym for SYSisatty(fileno(stderr)) More... | |
SYS_API bool SYSisStderrTTY | ( | ) |
Synonym for SYSisatty(fileno(stderr))
SYS_API bool SYSisStdinTTY | ( | ) |
Synonym for SYSisatty(fileno(stdin))
SYS_API bool SYSisStdoutTTY | ( | ) |
Synonym for SYSisatty(fileno(stdout))