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