blob: 7e63a8c7c0ecee9d825ad3a9514a21532b01df0b [file] [log] [blame]
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
_isatty (fd)
int fd;
{
return 1;
}