4 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <sgtty.h>
 | |
| int stty(fildes,argp) int fildes ; struct sgttyb *argp ; {
 | |
| 	return ioctl(fildes,TIOCSETP,argp) ;
 | |
| }
 |