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