UNIX 7th Ed. -
/
usr
/
src
/
libF77
/
h_dim.c
Functions
h_dim
X
1
:
short
h_dim
(a,b)
2
:
short
*a, *b;
3
:
{
4
:
return
( *a > *b ? *a - *b :
0
);
5
:
}
Defined functions
h_dim
defined in line
1
;
never used
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 205