diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-16 10:28:33 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-16 10:29:11 +0100 |
| commit | e23e9b3f74b0510542064e01ef505b6b7edbe17c (patch) | |
| tree | e8846b6c9d7cbc31a54e1fa55457ed7f9c3572b5 /src/str/ft_strrchr.c | |
| parent | ae1412fdc283e442a0869aa7d63778449a7e5cfe (diff) | |
| download | libft-e23e9b3f74b0510542064e01ef505b6b7edbe17c.tar.gz libft-e23e9b3f74b0510542064e01ef505b6b7edbe17c.tar.bz2 libft-e23e9b3f74b0510542064e01ef505b6b7edbe17c.zip | |
Merge push_swap to master
(optimized ft_memcpy, ft_memset)
Diffstat (limited to 'src/str/ft_strrchr.c')
| -rw-r--r-- | src/str/ft_strrchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str/ft_strrchr.c b/src/str/ft_strrchr.c index 56c8be5..4cedb76 100644 --- a/src/str/ft_strrchr.c +++ b/src/str/ft_strrchr.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 10:26:24 by cacharle #+# #+# */ -/* Updated: 2019/11/20 03:36:47 by cacharle ### ########.fr */ +/* Updated: 2019/11/21 18:46:27 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ |
