mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
9 lines
106 B
C
9 lines
106 B
C
#include "f2c.h"
|
|
|
|
extern double erf (double);
|
|
double
|
|
G77_derf_0 (doublereal * x)
|
|
{
|
|
return (erf (*x));
|
|
}
|