8 lines
		
	
	
		
			78 B
		
	
	
	
		
			ArmAsm
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			ArmAsm
		
	
	
		
			Executable File
		
	
	
	
	
| .sect .text
 | |
| .extern	__isatty
 | |
| .define	_isatty
 | |
| .align 2
 | |
| 
 | |
| _isatty:
 | |
| 	jmp	__isatty
 | 
