diff options
| author | yctct <yctct@yctct.com> | 2026-02-05 12:18:33 +0100 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2026-02-05 12:18:33 +0100 |
| commit | 472b8f20c0f74d20dbb434abce10ee86054b9975 (patch) | |
| tree | 95625c0ba5a7f999c9add7f9bd55bb0f0b4dc173 /ft_calloc.c | |
| parent | 8403fab94b17bc63bc193037c8777b9074707287 (diff) | |
Diffstat (limited to 'ft_calloc.c')
| -rw-r--r-- | ft_calloc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ft_calloc.c b/ft_calloc.c index d52d340..6e7e977 100644 --- a/ft_calloc.c +++ b/ft_calloc.c @@ -34,11 +34,3 @@ void *ft_calloc(size_t nmemb, size_t size) return (ptr); } -/* -#include <stdio.h> - -int main(void) -{ - printf("%p\n", ft_calloc(0, 0)); -} -*/ |
