9 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "f2c.h"
 | |
| 
 | |
| extern integer s_cmp();
 | |
| 
 | |
| shortint h_dim(a,b)
 | |
| shortint *a, *b;
 | |
| {
 | |
| return( *a > *b ? *a - *b : 0);
 | |
| }
 |