blob: bccb016c7f10437dd523e5f6bc299c3fd87ab226 [file] [log] [blame] [edit]
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
int isatty (int fd) {
return 1;
}