mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
9 lines
110 B
C
9 lines
110 B
C
#include "f2c.h"
|
|
|
|
extern double erfc (double);
|
|
|
|
double
|
|
G77_derfc_0 (doublereal * x)
|
|
{
|
|
return (erfc (*x));
|
|
}
|