maxishell
Implementation of a shell for Linux-like systems
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
size_t | ft_strlen (const char *s) |
size_t ft_strlen | ( | const char * | s | ) |
Definition at line 15 of file ft_strlen.c.
Referenced by final_quote_removal(), ft_print_2d_arr(), ft_putstr_fd(), ft_remove_all_edge_quotes(), ft_remove_quotes(), ft_strcat_const(), ft_strdup(), ft_strjoin(), ft_strlcat(), ft_strndup(), ft_strnstr(), ft_strstr(), ft_strtrim(), ft_substr(), generate_prompt(), generate_prompt_string(), handle_trailing_quote(), post_process_command_args(), print_tokens(), process_single_token(), token_adj(), and write_heredoc_lines().