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