URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [posix/] [isatty.c] - Rev 822
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