mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 17:59:47 +08:00
4d85a6fea6
* libF77/*: Delete KR_headers cruft. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54132
8 lines
102 B
C
8 lines
102 B
C
#include "f2c.h"
|
|
|
|
extern double erf(double);
|
|
double G77_derf_0 (doublereal *x)
|
|
{
|
|
return( erf(*x) );
|
|
}
|