2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / d_prod.c
blob11fe2c7f68ea3abf56df1212edbd9fea4d9d3ad3
1 #include "f2c.h"
3 double
4 d_prod (real * x, real * y)
6 return ((*x) * (*y));