diff options
Diffstat (limited to 'src/stdlib/abs.c')
-rw-r--r-- | src/stdlib/abs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/abs.c b/src/stdlib/abs.c index 5cf59b4e..b043fd03 100644 --- a/src/stdlib/abs.c +++ b/src/stdlib/abs.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <limits.h> @@ -21,3 +23,6 @@ UNDEFINED(ABS(ARGUMENT(j)) cannot be represented) RETURN_SUCCESS(ABS(j)); STDC(1) */ + + +#endif |