* dwarf2out.c (dwarf2out_abstract_function): Use DW_AT to check presence of DW_AT_in...
[official-gcc.git] / libf2c / libF77 / pow_dd.c
blob0ab208ebf62ebacedd78564632f1876b4fa4fc4a
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 pow_dd (doublereal * ap, doublereal * bp)
8 return (pow (*ap, *bp));