aboutsummaryrefslogtreecommitdiff
path: root/include/libft_str.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-11 16:14:38 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-11 16:14:38 +0200
commitb9f000a80cbba38b8f21c9737a42f07573ec7b91 (patch)
tree7068e7188dab0a710ae79d71800b329ab655e3eb /include/libft_str.h
parenta4b9cda7d6733f2b077f8586e3b3e69351e7dfba (diff)
downloadlibft-b9f000a80cbba38b8f21c9737a42f07573ec7b91.tar.gz
libft-b9f000a80cbba38b8f21c9737a42f07573ec7b91.tar.bz2
libft-b9f000a80cbba38b8f21c9737a42f07573ec7b91.zip
Moved util/ft_split* in str, Added ft_memjoin and ft_memjoinf1, Modified ft_getfile so that it can read non-ascii file
Diffstat (limited to 'include/libft_str.h')
-rw-r--r--include/libft_str.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libft_str.h b/include/libft_str.h
index 83c4428..383c393 100644
--- a/include/libft_str.h
+++ b/include/libft_str.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/31 10:39:22 by cacharle #+# #+# */
-/* Updated: 2020/05/10 21:05:21 by charles ### ########.fr */
+/* Updated: 2020/05/11 15:52:40 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -17,7 +17,6 @@
# include <stdbool.h>
# include "libft_ctype.h"
# include "libft_mem.h"
-# include "libft_util.h"
typedef enum
{
@@ -93,6 +92,8 @@ bool ft_fnmatch(const char *pattern, const char *string);
char *ft_strsjoin(char **strs, char *delim);
char *ft_strsjoinf(char **strs, char *delim);
+void *ft_strsdestroy(char **strs);
+size_t ft_strslen(char **strs);
/*
** bloat ?