7 lines
		
	
	
	
		
			58 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			58 B
		
	
	
	
		
			C
		
	
	
	
	
	
long
 | 
						|
tell(f)
 | 
						|
{
 | 
						|
	long lseek();
 | 
						|
 | 
						|
	return lseek(f, 0L, 1);
 | 
						|
}
 |