core: mv define debug

This commit is contained in:
starnakin 2024-07-31 14:04:06 +02:00
parent 61b1a16725
commit 46f485dc27
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,5 @@
#pragma once
#define DEBUG
extern void* allocs_tree[3];