6 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| #include <sgtty.h>
 | |
| int
 | |
| stty(fildes,argp) int fildes ; struct sgttyb *argp ; {
 | |
| 	return ioctl(fildes,TIOCSETP,argp) ;
 | |
| }
 |