aboutsummaryrefslogtreecommitdiff
path: root/src/math/rint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/rint.c')
-rw-r--r--src/math/rint.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/rint.c b/src/math/rint.c
index fbba390e..7758ad67 100644
--- a/src/math/rint.c
+++ b/src/math/rint.c
@@ -26,3 +26,11 @@ double rint(double x)
return s ? -0.0 : 0;
return y;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif