maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strjoin_free (char *s1, char *s2) |
char * ft_strjoin_free | ( | char * | s1, |
char * | s2 | ||
) |
Definition at line 15 of file ft_strjoin_free.c.
References ft_strjoin().
Referenced by append_expanded_var(), ev_loop(), and expand_variable().