summaryrefslogtreecommitdiff
path: root/src/stdlib/ldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/ldiv.c')
-rw-r--r--src/stdlib/ldiv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/ldiv.c b/src/stdlib/ldiv.c
index 0aebaf49..9345b8e0 100644
--- a/src/stdlib/ldiv.c
+++ b/src/stdlib/ldiv.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
/** calculate quotient and remainder **/
@@ -20,3 +22,6 @@ UNDEFINED(The result cannot be represented)
RETURN_SUCCESS(a TYPEDEF(ldiv_t) containing both the quotient and remainder)
STDC(1)
*/
+
+
+#endif