#include #include void main() { printf( "stdin is a %stty\n", ( isatty( fileno( stdin ) ) ) ? "" : "not " ); }