mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 23:49:46 +08:00
407c72cb29
* libF77/*: Fix formatting. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54145
10 lines
110 B
C
10 lines
110 B
C
#include "f2c.h"
|
|
|
|
extern double erfc (double);
|
|
|
|
double
|
|
G77_derfc_0 (doublereal * x)
|
|
{
|
|
return (erfc (*x));
|
|
}
|