URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [sysvi386/] [tcgetattr.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/termios.h> int tcgetattr (int fd, struct termios *tp) { return _ioctl (fd, _XCGETA, tp); }
Go to most recent revision | Compare with Previous | Blame | View Log