normed
This commit is contained in:
parent
2fd5e11a4a
commit
9f50aaea4e
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
void *ft_realloc(void *tab, size_t size, size_t new_size, int bytes)
|
void *ft_realloc(void *tab, size_t size, size_t new_size, int bytes)
|
||||||
{
|
{
|
||||||
char *new;
|
char *new;
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
new = ft_calloc(new_size, bytes);
|
new = ft_calloc(new_size, bytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user