Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
int errno;
2
 
3
int __isatty(int _fd)
4
{
5
 return 1;
6
}