aboutsummaryrefslogtreecommitdiff
path: root/src/math/log10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/log10.c')
-rw-r--r--src/math/log10.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/log10.c b/src/math/log10.c
index 81026876..d5e7bf71 100644
--- a/src/math/log10.c
+++ b/src/math/log10.c
@@ -99,3 +99,11 @@ double log10(double x)
return val_lo + val_hi;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif