diff options
Diffstat (limited to 'src/stdlib/calloc.c')
-rw-r--r-- | src/stdlib/calloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/calloc.c b/src/stdlib/calloc.c index 76317054..609cd0d4 100644 --- a/src/stdlib/calloc.c +++ b/src/stdlib/calloc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <string.h> @@ -36,3 +38,6 @@ RETURN_FAILURE(CONSTANT(NULL)) RETURN_SUCCESS(a pointer to the newly allocated memory) STDC(1) */ + + +#endif |