maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strchr (const char *s, int c) |
char * ft_strchr | ( | const char * | s, |
int | c | ||
) |
Definition at line 25 of file ft_strchr.c.
Referenced by add_env(), add_env_node(), add_shell_var_node(), ft_exclude_delimiters(), handle_add_set_shell_variable(), handle_local_vars(), handle_phrase(), and tokenise().