diff options
Diffstat (limited to 'src/math/atanh.c')
-rw-r--r-- | src/math/atanh.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/atanh.c b/src/math/atanh.c index d33e91ea..97cb2b3b 100644 --- a/src/math/atanh.c +++ b/src/math/atanh.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "atanh.c" #include "_tgmath.h" #include <math.h> @@ -27,3 +29,6 @@ STDC(199901) XOPEN(400) LINK(m) */ + + +#endif |