diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-27 18:07:57 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-28 12:24:57 +0100 |
| commit | 915f1b888cf9c05e4b61321f84ac045eacd8ddd1 (patch) | |
| tree | 96c1a6b4833073e8035835feb9c5a6c0d163acc1 /src/lst | |
| parent | 8131a5d26441c5152ab151b4bb49b561e5ca6e81 (diff) | |
| download | libft-915f1b888cf9c05e4b61321f84ac045eacd8ddd1.tar.gz libft-915f1b888cf9c05e4b61321f84ac045eacd8ddd1.tar.bz2 libft-915f1b888cf9c05e4b61321f84ac045eacd8ddd1.zip | |
Added ft_lstlfind,ft_lstlsearch and ft_split_destroy
Diffstat (limited to 'src/lst')
| -rw-r--r-- | src/lst/ft_lstlfind.c | 4 | ||||
| -rw-r--r-- | src/lst/ft_lstlsearch.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lst/ft_lstlfind.c b/src/lst/ft_lstlfind.c index 92d37d8..c399b6e 100644 --- a/src/lst/ft_lstlfind.c +++ b/src/lst/ft_lstlfind.c @@ -5,8 +5,8 @@ /* +:+ +:+ +:+ */ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/17 03:04:52 by cacharle #+# #+# */ -/* Updated: 2020/02/19 02:03:11 by cacharle ### ########.fr */ +/* Created: 2020/02/27 18:00:37 by cacharle #+# #+# */ +/* Updated: 2020/02/28 12:24:05 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/src/lst/ft_lstlsearch.c b/src/lst/ft_lstlsearch.c index 8d2acc8..f59b5de 100644 --- a/src/lst/ft_lstlsearch.c +++ b/src/lst/ft_lstlsearch.c @@ -5,8 +5,8 @@ /* +:+ +:+ +:+ */ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/17 02:57:12 by cacharle #+# #+# */ -/* Updated: 2020/02/17 03:35:45 by cacharle ### ########.fr */ +/* Created: 2020/02/27 16:18:33 by cacharle #+# #+# */ +/* Updated: 2020/02/28 12:24:31 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ |
