Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_realloc.c File Reference
#include <stdlib.h>
#include <stdbool.h>
Include dependency graph for ft_realloc.c:

Functions

bool ft_realloc (char **buff, size_t cap, size_t newcap)
 Reallocates a buffer to a new capacity.