summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/d_prod.c
blob: 11fe2c7f68ea3abf56df1212edbd9fea4d9d3ad3 (plain)
1
2
3
4
5
6
7
#include "f2c.h"

double
d_prod (real * x, real * y)
{
  return ((*x) * (*y));
}
OpenPOWER on IntegriCloud