|
maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
| char * | ft_strjoin (char const *s1, char const *s2) |
| char * ft_strjoin | ( | char const * | s1, |
| char const * | s2 | ||
| ) |
Definition at line 23 of file ft_strjoin.c.
References ft_strlen().
Referenced by append_literal(), builtin_cd(), builtin_export(), env_to_array(), ft_strjoin_free(), generate_prompt_string(), handle_numeric_error(), and relative_path_handle().

