gcc/testsuite/:
[official-gcc.git] / libf2c / libF77 / r_log.c
blobeaaecc836f263f2428ff94771ca495a3820cb4c5
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_log (real * x)
8 return (log (*x));