]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/libf2c/libF77/d_prod.c
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / contrib / 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 }