URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [rdos/] [isatty.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
#include "config.h" #include <_ansi.h> #include <_syslist.h> #include <errno.h> int isatty(int file) { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log