Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / pow_dd.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double
6 pow_dd (doublereal * ap, doublereal * bp)
7 {
8   return (pow (*ap, *bp));
9 }