Pristine Ack-5.5
[Ack-5.5.git] / lang / fortran / lib / libF77 / d_log.c
1 #include "f2c.h"
2
3 double d_log(x)
4 doublereal *x;
5 {
6 double log();
7 return( log(*x) );
8 }