Bell 32V development
[unix-history] / usr / src / libF77 / h_dim.c
short h_dim(a,b)
short *a, *b;
{
return( *a > *b ? *a - *b : 0);
}