8 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "f2c.h"
 | |
| 
 | |
| integer i_len(s, n)
 | |
| char *s;
 | |
| long int n;
 | |
| {
 | |
| return(n);
 | |
| }
 |