mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
8 lines
102 B
C
8 lines
102 B
C
#include "f2c.h"
|
|
|
|
extern double erfc (double);
|
|
double
|
|
G77_erfc_0 (real * x)
|
|
{
|
|
return (erfc (*x));
|
|
}
|