* toplev.h: Remove forward def of tree_node, rtx_def.
[official-gcc.git] / libf2c / libF77 / d_prod.c
blob3d4cef7835c2c0549d207a40b618b073a7c69f54
1 #include "f2c.h"
3 #ifdef KR_headers
4 double d_prod(x,y) real *x, *y;
5 #else
6 double d_prod(real *x, real *y)
7 #endif
9 return( (*x) * (*y) );