From 472b8f20c0f74d20dbb434abce10ee86054b9975 Mon Sep 17 00:00:00 2001 From: yctct Date: Thu, 5 Feb 2026 12:18:33 +0100 Subject: Remove tests --- ft_calloc.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ft_calloc.c') 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 - -int main(void) -{ - printf("%p\n", ft_calloc(0, 0)); -} -*/ -- cgit v1.2.3