On Sun, Apr 15, 2001 at 03:49:57PM -0700, E.Sinan Karakas wrote: > Dear Sir: > > I am a research assistant at University of Nevada Reno. I could not find > <termio.h> (for win operating system) header file anywhere. I will be > glad if you can send the header file to me.
It is rightfully not there. Convert the application to the modern interface you find in termios.h, which is defined by POSIX. There is no need to support termio. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de

