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