mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 00:00:04 +08:00
9 lines
99 B
C
9 lines
99 B
C
#include "f2c.h"
|
|
|
|
extern double erf (double);
|
|
double
|
|
G77_erf_0 (real * x)
|
|
{
|
|
return (erf (*x));
|
|
}
|