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