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