maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_remove_quotes (char *str, char quote_type) |
char * ft_remove_quotes | ( | char * | str, |
char | quote_type | ||
) |
Definition at line 15 of file ft_remove_quotes.c.
References ft_strdup(), ft_strlen(), and ft_strndup().
Referenced by handle_add_set_shell_variable(), and post_process_command_args().