diff options
Diffstat (limited to 'src/math/erfc.c')
-rw-r--r-- | src/math/erfc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/erfc.c b/src/math/erfc.c index b937590d..7242e9de 100644 --- a/src/math/erfc.c +++ b/src/math/erfc.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "erfc.c" #include "_tgmath.h" #include <math.h> @@ -16,3 +18,6 @@ STDC(199901) XOPEN(4) LINK(m) */ + + +#endif |