mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 01:15:20 +08:00
9 lines
106 B
C
9 lines
106 B
C
|
#include "f2c.h"
|
||
|
|
||
|
extern double erfc(double);
|
||
|
|
||
|
double G77_derfc_0 (doublereal *x)
|
||
|
{
|
||
|
return( erfc(*x) );
|
||
|
}
|