Include the fortran library sources from GCC 3.4.4.
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / d_prod.c
1 #include "f2c.h"
2
3 double
4 d_prod (real * x, real * y)
5 {
6   return ((*x) * (*y));
7 }