5 lines
		
	
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
| _gtty(fildes, arg)
 | |
| 	char *arg;
 | |
| {
 | |
| 	return _ioctl(fildes, ('t' << 8) | 8, arg);
 | |
| }
 |