diff options
Diffstat (limited to 'src/stdlib/lldiv.c')
-rw-r--r-- | src/stdlib/lldiv.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/lldiv.c b/src/stdlib/lldiv.c index 7487aee2..2472b9f7 100644 --- a/src/stdlib/lldiv.c +++ b/src/stdlib/lldiv.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(199901) */ + + +#endif |