diff options
| author | Christopher Uhlig | 2024-10-17 14:22:47 +0200 |
|---|---|---|
| committer | Christopher Uhlig | 2024-10-17 14:22:47 +0200 |
| commit | 981d02c8544388e81abf1423c31578c50d019d28 (patch) | |
| tree | 195ea0964faa8abcf23712715111b2f21837e9d1 /lib/libft/libft.h | |
| parent | 9b1ddf7b3491f26d8b3ba9daeca7174aede9c781 (diff) | |
| parent | 85d82207526e7220bd14bc96e5f8079ec781fc75 (diff) | |
| download | minishell-981d02c8544388e81abf1423c31578c50d019d28.tar.gz minishell-981d02c8544388e81abf1423c31578c50d019d28.zip | |
removed merch conflict
Diffstat (limited to 'lib/libft/libft.h')
| -rw-r--r-- | lib/libft/libft.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libft/libft.h b/lib/libft/libft.h index 67fbb0f..abb739d 100644 --- a/lib/libft/libft.h +++ b/lib/libft/libft.h @@ -6,7 +6,7 @@ /* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/10 16:37:54 by dkaiser #+# #+# */ -/* Updated: 2024/08/05 13:55:13 by chuhlig ### ########.fr */ +/* Updated: 2024/08/11 14:01:57 by chuhlig ### ########.fr */ /* */ /* ************************************************************************** */ @@ -24,6 +24,7 @@ int ft_isalpha(int c); int ft_isdigit(int c); int ft_isalnum(int c); int ft_isprint(int c); +int ft_isspace(char c); int ft_isascii(int c); int ft_strlen(const char *str); void *ft_memset(void *b, int c, size_t len); |
