blob: dd4f1461bbda1280954c942e1199dac61b9e8133 [file] [log] [blame]
#include <unistd.h>
int
_isatty(int file)
{
return (file == STDOUT_FILENO);
}