8 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <sgtty.h>
 | |
| int
 | |
| gtty(fildes,argp)
 | |
| 	int fildes ;
 | |
| 	struct sgttyb *argp ;
 | |
| {
 | |
| 	return ioctl(fildes,TIOCGETP,argp) ;
 | |
| }
 |