/* * Stub version of isatty. */ #include <_ansi.h> #include <_syslist.h> #include #undef errno extern int errno; #include "warning.h" int _DEFUN (isatty, (file), int file) { return 1; } stub_warning (isatty)