|
maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
| char ** | ft_realloc_array (char **array, int old_size, int new_size) |
| char ** ft_realloc_array | ( | char ** | array, |
| int | old_size, | ||
| int | new_size | ||
| ) |
Definition at line 15 of file ft_realloc_array.c.
Referenced by handle_split_allocation().
