Pristine Ack-5.5
[Ack-5.5.git] / lang / fortran / lib / libF77 / h_dim.c
1 #include "f2c.h"
2
3 extern integer s_cmp();
4
5 shortint h_dim(a,b)
6 shortint *a, *b;
7 {
8 return( *a > *b ? *a - *b : 0);
9 }