diff options
Diffstat (limited to 'src/stdlib/malloc.c')
-rw-r--r-- | src/stdlib/malloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/malloc.c b/src/stdlib/malloc.c index b2116fa7..01924ee4 100644 --- a/src/stdlib/malloc.c +++ b/src/stdlib/malloc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** allocate memory **/ @@ -21,3 +23,6 @@ RETURN_FAILURE(CONSTANT(NULL)) RETURN_SUCCESS(a pointer to the allocated space) STDC(1) */ + + +#endif |