7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "f2c.h"
 | |
| 
 | |
| integer iargc_()
 | |
| {
 | |
| extern int xargc;
 | |
| return ( xargc - 1 );
 | |
| }
 |