URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [posix/] [isatty.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* isatty.c */ #include <unistd.h> #include <reent.h> int _DEFUN(isatty, (fd), int fd) { return _isatty (fd); }
Go to most recent revision | Compare with Previous | Blame | View Log