summaryrefslogtreecommitdiff
path: root/src/math/scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/scalb.c')
-rw-r--r--src/math/scalb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/scalb.c b/src/math/scalb.c
index ab49c533..5a884a14 100644
--- a/src/math/scalb.c
+++ b/src/math/scalb.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <math.h>
double scalb(double x, double n)
@@ -8,3 +10,6 @@ double scalb(double x, double n)
XOPEN(400)
LINK(m)
*/
+
+
+#endif