5 lines
		
	
	
	
		
			78 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			78 B
		
	
	
	
		
			C
		
	
	
	
	
	
| gtty(fildes, arg)
 | |
| 	char *arg;
 | |
| {
 | |
| 	return ioctl(fildes, ('t' << 8) | 8, arg);
 | |
| }
 |