Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / d_prod.c
double d_prod(x,y)
float *x, *y;
{
return( (*x) * (*y) );
}