summaryrefslogtreecommitdiff
path: root/src/math/scalb.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 20:34:25 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 20:34:25 -0500
commit1e8468a416c9adc822e1eb413b15040d3a8aa6af (patch)
tree85867b7aa8052e43cc52ae190df8c089cdf0a385 /src/math/scalb.c
parent7761de857d64de49551914a52d15864d54762bbc (diff)
add missing LINK(m) and XOPEN(4[00]) information
Diffstat (limited to 'src/math/scalb.c')
-rw-r--r--src/math/scalb.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/math/scalb.c b/src/math/scalb.c
new file mode 100644
index 00000000..ab49c533
--- /dev/null
+++ b/src/math/scalb.c
@@ -0,0 +1,10 @@
+#include <math.h>
+
+double scalb(double x, double n)
+{
+}
+
+/*
+XOPEN(400)
+LINK(m)
+*/