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