Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. int errno;
  2.  
  3. int __isatty(int _fd)
  4. {
  5.  return 1;
  6. }
  7.