diff options
Diffstat (limited to 'src/math/exp2.c')
-rw-r--r-- | src/math/exp2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/exp2.c b/src/math/exp2.c index 16ff5940..5e8e17b2 100644 --- a/src/math/exp2.c +++ b/src/math/exp2.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "exp2.c" #include "_tgmath.h" #include <math.h> @@ -17,3 +19,6 @@ TYPE TGFN(exp2)(TYPE x) STDC(199901) LINK(m) */ + + +#endif |