core
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user