diff options
Diffstat (limited to 'src/math/scalbln.c')
-rw-r--r-- | src/math/scalbln.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/scalbln.c b/src/math/scalbln.c index d59c3502..ae2dac19 100644 --- a/src/math/scalbln.c +++ b/src/math/scalbln.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "scalbln.c" #include "_tgmath.h" #include <math.h> @@ -21,3 +23,6 @@ The scalbn and scalbln functions return x × FLT_RADIX n . STDC(199901) LINK(m) */ + + +#endif |