]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libf2c/libF77/d_prod.c
This commit was generated by cvs2svn to compensate for changes in r161863,
[FreeBSD/FreeBSD.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 }