V7/usr/src/libF77/d_prod.c

Find at most related files.
including files from this version of Unix.

double d_prod(x,y)
float *x, *y;
{
return( (*x) * (*y) );
}