This commit is contained in:
2024-07-30 14:54:01 +02:00
parent 02f2caf9e1
commit 99814d4f52
8 changed files with 56 additions and 49 deletions

View File

@ -2,6 +2,8 @@
#include <stdlib.h>
#define DEBUG
void ft_free(void *ptr);
void *ft_malloc(size_t size);
void *ft_realloc(void *ptr, size_t size);