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