OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [sysvi386/] [tcgetattr.c] - Rev 1765

Compare with Previous | Blame | View Log

#include <sys/termios.h>
 
int
tcgetattr (int fd, struct termios *tp) {
	return _ioctl (fd, _XCGETA, tp);
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.