maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strndup (const char *s, size_t n) |
char * ft_strndup | ( | const char * | s, |
size_t | n | ||
) |
Definition at line 23 of file ft_strndup.c.
References ft_strlcpy(), and ft_strlen().
Referenced by add_env_node(), append_word_if_valid(), final_quote_removal(), ft_add_segment(), ft_remove_all_edge_quotes(), and ft_remove_quotes().